Html Css Color HEX #2FBB40 Lime Green

📋 copy color: '#2FBB40'

red 47 ◦ green 187 ◦ blue 64

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

Shades of Lime Green #2FBB40

Tints of Lime Green #2FBB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 15.77%
G = 62.75%
B = 21.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#2FBB40 (or 0x2FBB40) is known color: Lime Green. HEX triplet: 2F, BB and 40. RGB value is (47,187,64). Sum of RGB (Red+Green+Blue) = 47+187+64=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB40 is #D044BF. Grayscale: #838383. Windows color (decimal): -13649088 or 4242223. OLE color: 4242223.

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

Color convert

RGB 47 187 64 -
CMYK 0.75 0 0.66 0.27
HSL 127.29º 0.6% 0.46% -
HSV(B) 127.29º 0.75% 0.73% -
XYZ 19.87 36.52 10.85 -
YUV 131.12 90.12 68 -
System Red Green Blue C M Y K H S L
Decimal 47 187 64 0.75 0 0.66 0.27 127.29 0.6 0.46
Hex 2F BB 40 4B 0 42 1B 7F 3C 2E
Octal 57 273 100 113 0 102 33 177 74 56
Binary 101111 10111011 1000000 1001011 0 1000010 11011 1111111 111100 101110

Color Harmonies of #2FBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB40

Black with #2FBB40

Text Example


Text Example

White with #2FBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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