Html Css Color HEX #40CA46 Lime Green

📋 copy color: '#40CA46'

red 64 ◦ green 202 ◦ blue 70

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

Shades of Lime Green #40CA46

Tints of Lime Green #40CA46

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.12%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 19.05%
G = 60.12%
B = 20.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#40CA46 (or 0x40CA46) is known color: Lime Green. HEX triplet: 40, CA and 46. RGB value is (64,202,70). Sum of RGB (Red+Green+Blue) = 64+202+70=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CA46 is #BF35B9. Grayscale: #929292. Windows color (decimal): -12531130 or 4639296. OLE color: 4639296.

HSL color Cylindrical-coordinate representation of color #40CA46: hue angle of 122.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA46 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 70 -
CMYK 0.68 0 0.65 0.21
HSL 122.61º 0.57% 0.52% -
HSV(B) 122.61º 0.68% 0.79% -
XYZ 24.34 43.77 12.96 -
YUV 145.69 85.28 69.73 -
System Red Green Blue C M Y K H S L
Decimal 64 202 70 0.68 0 0.65 0.21 122.61 0.57 0.52
Hex 40 CA 46 44 0 41 15 7B 39 34
Octal 100 312 106 104 0 101 25 173 71 64
Binary 1000000 11001010 1000110 1000100 0 1000001 10101 1111011 111001 110100

Color Harmonies of #40CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA46

Black with #40CA46

Text Example


Text Example

White with #40CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,70); }

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

background-color css

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

 a { background-color: rgb(64,202,70); }

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

border-color css

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

 span { border-color: rgb(64,202,70); }

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