Html Css Color HEX #40DA4B Lime Green

📋 copy color: '#40DA4B'

red 64 ◦ green 218 ◦ blue 75

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

Shades of Lime Green #40DA4B

Tints of Lime Green #40DA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.06%

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 17.93%
G = 61.06%
B = 21.01%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#40DA4B (or 0x40DA4B) is known color: Lime Green. HEX triplet: 40, DA and 4B. RGB value is (64,218,75). Sum of RGB (Red+Green+Blue) = 64+218+75=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 218 (85.55% from 255 or 61.06% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA4B is #BF25B4. Grayscale: #9C9C9C. Windows color (decimal): -12527029 or 4971072. OLE color: 4971072.

HSL color Cylindrical-coordinate representation of color #40DA4B: hue angle of 124.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA4B is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 75 -
CMYK 0.71 0 0.66 0.15
HSL 124.29º 0.68% 0.55% -
HSV(B) 124.29º 0.71% 0.85% -
XYZ 28.46 51.74 15.14 -
YUV 155.65 82.48 62.63 -
System Red Green Blue C M Y K H S L
Decimal 64 218 75 0.71 0 0.66 0.15 124.29 0.68 0.55
Hex 40 DA 4B 47 0 42 F 7C 44 37
Octal 100 332 113 107 0 102 17 174 104 67
Binary 1000000 11011010 1001011 1000111 0 1000010 1111 1111100 1000100 110111

Color Harmonies of #40DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DA4B

Black with #40DA4B

Text Example


Text Example

White with #40DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,218,75); }

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

background-color css

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

 a { background-color: rgb(64,218,75); }

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

border-color css

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

 span { border-color: rgb(64,218,75); }

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