Html Css Color HEX #40CA35 Lime Green

📋 copy color: '#40CA35'

red 64 ◦ green 202 ◦ blue 53

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

Shades of Lime Green #40CA35

Tints of Lime Green #40CA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 20.06%
G = 63.32%
B = 16.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#40CA35 (or 0x40CA35) is known color: Lime Green. HEX triplet: 40, CA and 35. RGB value is (64,202,53). Sum of RGB (Red+Green+Blue) = 64+202+53=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CA35 is #BF35CA. Grayscale: #909090. Windows color (decimal): -12531147 or 3525184. OLE color: 3525184.

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

Color convert

RGB 64 202 53 -
CMYK 0.68 0 0.74 0.21
HSL 115.57º 0.58% 0.5% -
HSV(B) 115.57º 0.74% 0.79% -
XYZ 23.88 43.59 10.52 -
YUV 143.75 76.78 71.12 -
System Red Green Blue C M Y K H S L
Decimal 64 202 53 0.68 0 0.74 0.21 115.57 0.58 0.5
Hex 40 CA 35 44 0 4A 15 74 3A 32
Octal 100 312 65 104 0 112 25 164 72 62
Binary 1000000 11001010 110101 1000100 0 1001010 10101 1110100 111010 110010

Color Harmonies of #40CA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA35

Black with #40CA35

Text Example


Text Example

White with #40CA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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