Html Css Color HEX #2FBB10 Kelly Green

📋 copy color: '#2FBB10'

red 47 ◦ green 187 ◦ blue 16

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

Shades of Kelly Green #2FBB10

Tints of Kelly Green #2FBB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 18.8%
G = 74.8%
B = 6.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#2FBB10 (or 0x2FBB10) is known color: Kelly Green. HEX triplet: 2F, BB and 10. RGB value is (47,187,16). Sum of RGB (Red+Green+Blue) = 47+187+16=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 187 (73.44% from 255 or 74.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBB10 is #D044EF. Grayscale: #7E7E7E. Windows color (decimal): -13649136 or 1096495. OLE color: 1096495.

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

Color convert

RGB 47 187 16 -
CMYK 0.75 0 0.91 0.27
HSL 109.12º 0.84% 0.4% -
HSV(B) 109.12º 0.91% 0.73% -
XYZ 19.04 36.18 6.47 -
YUV 125.65 66.12 71.9 -
System Red Green Blue C M Y K H S L
Decimal 47 187 16 0.75 0 0.91 0.27 109.12 0.84 0.4
Hex 2F BB 10 4B 0 5B 1B 6D 54 28
Octal 57 273 20 113 0 133 33 155 124 50
Binary 101111 10111011 10000 1001011 0 1011011 11011 1101101 1010100 101000

Color Harmonies of #2FBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB10

Black with #2FBB10

Text Example


Text Example

White with #2FBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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