Html Css Color HEX #40CE35 Lime Green

📋 copy color: '#40CE35'

red 64 ◦ green 206 ◦ blue 53

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

Shades of Lime Green #40CE35

Tints of Lime Green #40CE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.78%

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

R = 19.81%
G = 63.78%
B = 16.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#40CE35 (or 0x40CE35) is known color: Lime Green. HEX triplet: 40, CE and 35. RGB value is (64,206,53). Sum of RGB (Red+Green+Blue) = 64+206+53=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 206 (80.86% from 255 or 63.78% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE35 is #BF31CA. Grayscale: #929292. Windows color (decimal): -12530123 or 3526208. OLE color: 3526208.

HSL color Cylindrical-coordinate representation of color #40CE35: hue angle of 115.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40CE35 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 206 53 -
CMYK 0.69 0 0.74 0.19
HSL 115.69º 0.61% 0.51% -
HSV(B) 115.69º 0.74% 0.81% -
XYZ 24.83 45.49 10.84 -
YUV 146.1 75.46 69.44 -
System Red Green Blue C M Y K H S L
Decimal 64 206 53 0.69 0 0.74 0.19 115.69 0.61 0.51
Hex 40 CE 35 45 0 4A 13 74 3D 33
Octal 100 316 65 105 0 112 23 164 75 63
Binary 1000000 11001110 110101 1000101 0 1001010 10011 1110100 111101 110011

Color Harmonies of #40CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CE35

Black with #40CE35

Text Example


Text Example

White with #40CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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