Html Css Color HEX #40BF48 Lime Green

📋 copy color: '#40BF48'

red 64 ◦ green 191 ◦ blue 72

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

Shades of Lime Green #40BF48

Tints of Lime Green #40BF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 19.57%
G = 58.41%
B = 22.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#40BF48 (or 0x40BF48) is known color: Lime Green. HEX triplet: 40, BF and 48. RGB value is (64,191,72). Sum of RGB (Red+Green+Blue) = 64+191+72=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF48 is #BF40B7. Grayscale: #8B8B8B. Windows color (decimal): -12533944 or 4767552. OLE color: 4767552.

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

Color convert

RGB 64 191 72 -
CMYK 0.66 0 0.62 0.25
HSL 123.78º 0.5% 0.5% -
HSV(B) 123.78º 0.66% 0.75% -
XYZ 21.91 38.82 12.47 -
YUV 139.46 89.92 74.18 -
System Red Green Blue C M Y K H S L
Decimal 64 191 72 0.66 0 0.62 0.25 123.78 0.5 0.5
Hex 40 BF 48 42 0 3E 19 7C 32 32
Octal 100 277 110 102 0 76 31 174 62 62
Binary 1000000 10111111 1001000 1000010 0 111110 11001 1111100 110010 110010

Color Harmonies of #40BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF48

Black with #40BF48

Text Example


Text Example

White with #40BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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