Html Css Color HEX #2FCB02 Kelly Green

📋 copy color: '#2FCB02'

red 47 ◦ green 203 ◦ blue 2

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

Shades of Kelly Green #2FCB02

Tints of Kelly Green #2FCB02

RGB

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

 GREEN value IS 203 (79.69% from 255) = 80.56%

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

R = 18.65%
G = 80.56%
B = 0.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#2FCB02 (or 0x2FCB02) is known color: Kelly Green. HEX triplet: 2F, CB and 02. RGB value is (47,203,2). Sum of RGB (Red+Green+Blue) = 47+203+2=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 203 (79.69% from 255 or 80.56% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCB02 is #D034FD. Grayscale: #868686. Windows color (decimal): -13645054 or 183087. OLE color: 183087.

HSL color Cylindrical-coordinate representation of color #2FCB02: hue angle of 106.57º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FCB02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 203 2 -
CMYK 0.77 0 0.99 0.20
HSL 106.57º 0.98% 0.4% -
HSV(B) 106.57º 0.99% 0.8% -
XYZ 22.54 43.32 7.23 -
YUV 133.44 53.82 66.34 -
System Red Green Blue C M Y K H S L
Decimal 47 203 2 0.77 0 0.99 0.20 106.57 0.98 0.4
Hex 2F CB 2 4D 0 63 14 6B 62 28
Octal 57 313 2 115 0 143 24 153 142 50
Binary 101111 11001011 10 1001101 0 1100011 10100 1101011 1100010 101000

Color Harmonies of #2FCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCB02

Black with #2FCB02

Text Example


Text Example

White with #2FCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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