Html Css Color HEX #40CA23 Lime Green

📋 copy color: '#40CA23'

red 64 ◦ green 202 ◦ blue 35

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

Shades of Lime Green #40CA23

Tints of Lime Green #40CA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 21.26%
G = 67.11%
B = 11.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#40CA23 (or 0x40CA23) is known color: Lime Green. HEX triplet: 40, CA and 23. RGB value is (64,202,35). Sum of RGB (Red+Green+Blue) = 64+202+35=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CA23 is #BF35DC. Grayscale: #8E8E8E. Windows color (decimal): -12531165 or 2345536. OLE color: 2345536.

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

Color convert

RGB 64 202 35 -
CMYK 0.68 0 0.83 0.21
HSL 109.58º 0.7% 0.46% -
HSV(B) 109.58º 0.83% 0.79% -
XYZ 23.54 43.45 8.74 -
YUV 141.7 67.78 72.58 -
System Red Green Blue C M Y K H S L
Decimal 64 202 35 0.68 0 0.83 0.21 109.58 0.7 0.46
Hex 40 CA 23 44 0 53 15 6E 46 2E
Octal 100 312 43 104 0 123 25 156 106 56
Binary 1000000 11001010 100011 1000100 0 1010011 10101 1101110 1000110 101110

Color Harmonies of #40CA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA23

Black with #40CA23

Text Example


Text Example

White with #40CA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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