#2fb410

Color #2FB410 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2FB410

Tints of Kelly Green #2FB410

Color information

#2FB410 (or 0x2FB410) is unknown color: approx Kelly Green. HEX triplet: 2F, B4 and 10. RGB value is (47,180,16). Sum of RGB (Red+Green+Blue) = 47+180+16=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 180 (70.70% from 255 or 74.07% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB410 is #D04BEF. Grayscale: #7A7A7A. Windows color (decimal): -13650928 or 1094703. OLE color: 1094703.

HSL color Cylindrical-coordinate representation of color #2FB410: hue angle of 108.66º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FB410 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB4718016-
CMYK0.7400.910.29
HSL108.66º83.67%38.43%-
HSV(B)108.66º91.11%70.59%-
XYZ17.5933.285.99-
YUV121.5468.4474.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 180 (70.70% from 255) = 74.07%
BLUE value IS 16 (6.64% from 255) = 6.58%
R=19.34%
G=74.07%
B=6.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47180160.7400.910.29108.6683.6738.43
Hex2FB4104A05B1D6d5426
Octal572642011201333515512446
Binary10111110110100100001001010010110111110111011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2fb410; }

 p { color: rgb(47,180,16); }

 H1.HeaderClassName
 {
   color: #2fb410;
 }
 .AnyTagClassName
 {
   color: #2fb410;
 }
</style>
background-color css

<style>
 a { background-color: #2fb410; }

 a { background-color: rgb(47,180,16); }

 div.DivClassName
 {
   background-color: #2fb410;
 }
 .BgClassName
 {
   background-color: #2fb410;
 }
</style>
border-color css

<style>
 span { border-color: #2fb410; }

 span { border-color: rgb(47,180,16); }

 td.TdClassName
 {
   border-color: #2fb410;
 }
 .TagClassName
 {
   border-color: #2fb410;
 }
</style>