Html Css Color HEX #2FBB08 Kelly Green

📋 copy color: '#2FBB08'

red 47 ◦ green 187 ◦ blue 8

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

Shades of Kelly Green #2FBB08

Tints of Kelly Green #2FBB08

RGB

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

 GREEN value IS 187 (73.44% from 255) = 77.27%

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

R = 19.42%
G = 77.27%
B = 3.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#2FBB08 (or 0x2FBB08) is known color: Kelly Green. HEX triplet: 2F, BB and 08. RGB value is (47,187,8). Sum of RGB (Red+Green+Blue) = 47+187+8=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 187 (73.44% from 255 or 77.27% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBB08 is #D044F7. Grayscale: #7D7D7D. Windows color (decimal): -13649144 or 572207. OLE color: 572207.

HSL color Cylindrical-coordinate representation of color #2FBB08: hue angle of 106.93º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FBB08 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 187 8 -
CMYK 0.75 0 0.96 0.27
HSL 106.93º 0.92% 0.38% -
HSV(B) 106.93º 0.96% 0.73% -
XYZ 18.99 36.16 6.21 -
YUV 124.73 62.12 72.55 -
System Red Green Blue C M Y K H S L
Decimal 47 187 8 0.75 0 0.96 0.27 106.93 0.92 0.38
Hex 2F BB 8 4B 0 60 1B 6B 5C 26
Octal 57 273 10 113 0 140 33 153 134 46
Binary 101111 10111011 1000 1001011 0 1100000 11011 1101011 1011100 100110

Color Harmonies of #2FBB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB08

Black with #2FBB08

Text Example


Text Example

White with #2FBB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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