Html Css Color HEX #40ED2B Lime Green

📋 copy color: '#40ED2B'

red 64 ◦ green 237 ◦ blue 43

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

Shades of Lime Green #40ED2B

Tints of Lime Green #40ED2B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.9%

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 18.6%
G = 68.9%
B = 12.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#40ED2B (or 0x40ED2B) is known color: Lime Green. HEX triplet: 40, ED and 2B. RGB value is (64,237,43). Sum of RGB (Red+Green+Blue) = 64+237+43=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED2B is #BF12D4. Grayscale: #A3A3A3. Windows color (decimal): -12522197 or 2878784. OLE color: 2878784.

HSL color Cylindrical-coordinate representation of color #40ED2B: hue angle of 113.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40ED2B is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 237 43 -
CMYK 0.73 0 0.82 0.07
HSL 113.51º 0.84% 0.55% -
HSV(B) 113.51º 0.82% 0.93% -
XYZ 32.83 61.83 12.49 -
YUV 163.16 60.19 57.27 -
System Red Green Blue C M Y K H S L
Decimal 64 237 43 0.73 0 0.82 0.07 113.51 0.84 0.55
Hex 40 ED 2B 49 0 52 7 72 54 37
Octal 100 355 53 111 0 122 7 162 124 67
Binary 1000000 11101101 101011 1001001 0 1010010 111 1110010 1010100 110111

Color Harmonies of #40ED2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ED2B

Black with #40ED2B

Text Example


Text Example

White with #40ED2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,237,43); }

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

background-color css

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

 a { background-color: rgb(64,237,43); }

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

border-color css

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

 span { border-color: rgb(64,237,43); }

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