Html Css Color HEX #40BB44 Lime Green

📋 copy color: '#40BB44'

red 64 ◦ green 187 ◦ blue 68

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

Shades of Lime Green #40BB44

Tints of Lime Green #40BB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 20.06%
G = 58.62%
B = 21.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#40BB44 (or 0x40BB44) is known color: Lime Green. HEX triplet: 40, BB and 44. RGB value is (64,187,68). Sum of RGB (Red+Green+Blue) = 64+187+68=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BB44 is #BF44BB. Grayscale: #898989. Windows color (decimal): -12534972 or 4504384. OLE color: 4504384.

HSL color Cylindrical-coordinate representation of color #40BB44: hue angle of 121.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB44 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 187 68 -
CMYK 0.66 0 0.64 0.27
HSL 121.95º 0.49% 0.49% -
HSV(B) 121.95º 0.66% 0.73% -
XYZ 20.93 37.05 11.52 -
YUV 136.66 89.25 76.18 -
System Red Green Blue C M Y K H S L
Decimal 64 187 68 0.66 0 0.64 0.27 121.95 0.49 0.49
Hex 40 BB 44 42 0 40 1B 7A 31 31
Octal 100 273 104 102 0 100 33 172 61 61
Binary 1000000 10111011 1000100 1000010 0 1000000 11011 1111010 110001 110001

Color Harmonies of #40BB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB44

Black with #40BB44

Text Example


Text Example

White with #40BB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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