Html Css Color HEX #2FCC08 Kelly Green

📋 copy color: '#2FCC08'

red 47 ◦ green 204 ◦ blue 8

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

Shades of Kelly Green #2FCC08

Tints of Kelly Green #2FCC08

RGB

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

 GREEN value IS 204 (80.08% from 255) = 78.76%

 BLUE value IS 8 (3.52% from 255) = 3.09%

R = 18.15%
G = 78.76%
B = 3.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#2FCC08 (or 0x2FCC08) is known color: Kelly Green. HEX triplet: 2F, CC and 08. RGB value is (47,204,8). Sum of RGB (Red+Green+Blue) = 47+204+8=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 204 (80.08% from 255 or 78.76% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCC08 is #D033F7. Grayscale: #878787. Windows color (decimal): -13644792 or 576559. OLE color: 576559.

HSL color Cylindrical-coordinate representation of color #2FCC08: hue angle of 108.06º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FCC08 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 204 8 -
CMYK 0.77 0 0.96 0.2
HSL 108.06º 0.92% 0.42% -
HSV(B) 108.06º 0.96% 0.8% -
XYZ 22.81 43.81 7.48 -
YUV 134.71 56.49 65.44 -
System Red Green Blue C M Y K H S L
Decimal 47 204 8 0.77 0 0.96 0.2 108.06 0.92 0.42
Hex 2F CC 8 4D 0 60 14 6C 5C 2A
Octal 57 314 10 115 0 140 24 154 134 52
Binary 101111 11001100 1000 1001101 0 1100000 10100 1101100 1011100 101010

Color Harmonies of #2FCC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCC08

Black with #2FCC08

Text Example


Text Example

White with #2FCC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,204,8); }

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

background-color css

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

 a { background-color: rgb(47,204,8); }

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

border-color css

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

 span { border-color: rgb(47,204,8); }

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