Html Css Color HEX #40BF36 Lime Green

📋 copy color: '#40BF36'

red 64 ◦ green 191 ◦ blue 54

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

Shades of Lime Green #40BF36

Tints of Lime Green #40BF36

RGB

 RED value IS 64 (25.39% from 255) = 20.71%

 GREEN value IS 191 (75% from 255) = 61.81%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 20.71%
G = 61.81%
B = 17.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#40BF36 (or 0x40BF36) is known color: Lime Green. HEX triplet: 40, BF and 36. RGB value is (64,191,54). Sum of RGB (Red+Green+Blue) = 64+191+54=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF36 is #BF40C9. Grayscale: #898989. Windows color (decimal): -12533962 or 3587904. OLE color: 3587904.

HSL color Cylindrical-coordinate representation of color #40BF36: hue angle of 115.62º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40BF36 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 191 54 -
CMYK 0.66 0 0.72 0.25
HSL 115.62º 0.56% 0.48% -
HSV(B) 115.62º 0.72% 0.75% -
XYZ 21.41 38.62 9.82 -
YUV 137.41 80.92 75.64 -
System Red Green Blue C M Y K H S L
Decimal 64 191 54 0.66 0 0.72 0.25 115.62 0.56 0.48
Hex 40 BF 36 42 0 48 19 74 38 30
Octal 100 277 66 102 0 110 31 164 70 60
Binary 1000000 10111111 110110 1000010 0 1001000 11001 1110100 111000 110000

Color Harmonies of #40BF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF36

Black with #40BF36

Text Example


Text Example

White with #40BF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BF36; }

 p { color: rgb(64,191,54); }

 H1.HeaderClassName
 {
   color: #40BF36;
 }
 .AnyTagClassName
 {
   color: #40BF36;
 }
</style>

background-color css

<style>
 a { background-color: #40BF36; }

 a { background-color: rgb(64,191,54); }

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

border-color css

<style>
 span { border-color: #40BF36; }

 span { border-color: rgb(64,191,54); }

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