Html Css Color HEX #2FBB19 Lime Green

📋 copy color: '#2FBB19'

red 47 ◦ green 187 ◦ blue 25

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

Shades of Lime Green #2FBB19

Tints of Lime Green #2FBB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 18.15%
G = 72.2%
B = 9.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#2FBB19 (or 0x2FBB19) is known color: Lime Green. HEX triplet: 2F, BB and 19. RGB value is (47,187,25). Sum of RGB (Red+Green+Blue) = 47+187+25=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBB19 is #D044E6. Grayscale: #7F7F7F. Windows color (decimal): -13649127 or 1686319. OLE color: 1686319.

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

Color convert

RGB 47 187 25 -
CMYK 0.75 0 0.87 0.27
HSL 111.85º 0.76% 0.42% -
HSV(B) 111.85º 0.87% 0.73% -
XYZ 19.12 36.22 6.9 -
YUV 126.67 70.62 71.17 -
System Red Green Blue C M Y K H S L
Decimal 47 187 25 0.75 0 0.87 0.27 111.85 0.76 0.42
Hex 2F BB 19 4B 0 57 1B 70 4C 2A
Octal 57 273 31 113 0 127 33 160 114 52
Binary 101111 10111011 11001 1001011 0 1010111 11011 1110000 1001100 101010

Color Harmonies of #2FBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB19

Black with #2FBB19

Text Example


Text Example

White with #2FBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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