Html Css Color HEX #2FB502 Kelly Green

📋 copy color: '#2FB502'

red 47 ◦ green 181 ◦ blue 2

#2FB502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2FB502

Tints of Kelly Green #2FB502

RGB

 RED value IS 47 (18.75% from 255) = 20.43%

 GREEN value IS 181 (71.09% from 255) = 78.7%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 20.43%
G = 78.7%
B = 0.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#2FB502 (or 0x2FB502) is known color: Kelly Green. HEX triplet: 2F, B5 and 02. RGB value is (47,181,2). Sum of RGB (Red+Green+Blue) = 47+181+2=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 181 (71.09% from 255 or 78.70% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB502 is #D04AFD. Grayscale: #797979. Windows color (decimal): -13650686 or 177455. OLE color: 177455.

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

Color convert

RGB 47 181 2 -
CMYK 0.74 0 0.99 0.29
HSL 104.92º 0.98% 0.36% -
HSV(B) 104.92º 0.99% 0.71% -
XYZ 17.71 33.66 5.62 -
YUV 120.53 61.11 75.55 -
System Red Green Blue C M Y K H S L
Decimal 47 181 2 0.74 0 0.99 0.29 104.92 0.98 0.36
Hex 2F B5 2 4A 0 63 1D 69 62 24
Octal 57 265 2 112 0 143 35 151 142 44
Binary 101111 10110101 10 1001010 0 1100011 11101 1101001 1100010 100100

Color Harmonies of #2FB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB502

Black with #2FB502

Text Example


Text Example

White with #2FB502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,181,2); }

 H1.HeaderClassName
 {
   color: #2FB502;
 }
 .AnyTagClassName
 {
   color: #2FB502;
 }
</style>

background-color css

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

 a { background-color: rgb(47,181,2); }

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

border-color css

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

 span { border-color: rgb(47,181,2); }

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