Html Css Color HEX #40B838 Lime Green

📋 copy color: '#40B838'

red 64 ◦ green 184 ◦ blue 56

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

Shades of Lime Green #40B838

Tints of Lime Green #40B838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.53%

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 21.05%
G = 60.53%
B = 18.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#40B838 (or 0x40B838) is known color: Lime Green. HEX triplet: 40, B8 and 38. RGB value is (64,184,56). Sum of RGB (Red+Green+Blue) = 64+184+56=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #40B838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B838 is #BF47C7. Grayscale: #858585. Windows color (decimal): -12535752 or 3717184. OLE color: 3717184.

HSL color Cylindrical-coordinate representation of color #40B838: hue angle of 116.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40B838 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 184 56 -
CMYK 0.65 0 0.70 0.28
HSL 116.25º 0.53% 0.47% -
HSV(B) 116.25º 0.7% 0.72% -
XYZ 19.97 35.66 9.57 -
YUV 133.53 84.24 78.41 -
System Red Green Blue C M Y K H S L
Decimal 64 184 56 0.65 0 0.70 0.28 116.25 0.53 0.47
Hex 40 B8 38 41 0 46 1C 74 35 2F
Octal 100 270 70 101 0 106 34 164 65 57
Binary 1000000 10111000 111000 1000001 0 1000110 11100 1110100 110101 101111

Color Harmonies of #40B838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B838

Black with #40B838

Text Example


Text Example

White with #40B838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,184,56); }

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

background-color css

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

 a { background-color: rgb(64,184,56); }

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

border-color css

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

 span { border-color: rgb(64,184,56); }

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