Html Css Color HEX #40B236 Lime Green

📋 copy color: '#40B236'

red 64 ◦ green 178 ◦ blue 54

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

Shades of Lime Green #40B236

Tints of Lime Green #40B236

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.14%

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

R = 21.62%
G = 60.14%
B = 18.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#40B236 (or 0x40B236) is known color: Lime Green. HEX triplet: 40, B2 and 36. RGB value is (64,178,54). Sum of RGB (Red+Green+Blue) = 64+178+54=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 178 (69.92% from 255 or 60.14% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 178 - color contains mainly: green. Hex color #40B236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B236 is #BF4DC9. Grayscale: #828282. Windows color (decimal): -12537290 or 3584576. OLE color: 3584576.

HSL color Cylindrical-coordinate representation of color #40B236: hue angle of 115.16º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40B236 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 178 54 -
CMYK 0.64 0 0.70 0.30
HSL 115.16º 0.53% 0.45% -
HSV(B) 115.16º 0.7% 0.7% -
XYZ 18.7 33.2 8.91 -
YUV 129.78 85.23 81.08 -
System Red Green Blue C M Y K H S L
Decimal 64 178 54 0.64 0 0.70 0.30 115.16 0.53 0.45
Hex 40 B2 36 40 0 46 1E 73 35 2D
Octal 100 262 66 100 0 106 36 163 65 55
Binary 1000000 10110010 110110 1000000 0 1000110 11110 1110011 110101 101101

Color Harmonies of #40B236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B236

Black with #40B236

Text Example


Text Example

White with #40B236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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