Html Css Color HEX #40C235 Lime Green

📋 copy color: '#40C235'

red 64 ◦ green 194 ◦ blue 53

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

Shades of Lime Green #40C235

Tints of Lime Green #40C235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.38%

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

R = 20.58%
G = 62.38%
B = 17.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#40C235 (or 0x40C235) is known color: Lime Green. HEX triplet: 40, C2 and 35. RGB value is (64,194,53). Sum of RGB (Red+Green+Blue) = 64+194+53=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #40C235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C235 is #BF3DCA. Grayscale: #8B8B8B. Windows color (decimal): -12533195 or 3523136. OLE color: 3523136.

HSL color Cylindrical-coordinate representation of color #40C235: hue angle of 115.32º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C235 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 53 -
CMYK 0.67 0 0.73 0.24
HSL 115.32º 0.57% 0.48% -
HSV(B) 115.32º 0.73% 0.76% -
XYZ 22.05 39.93 9.91 -
YUV 139.06 79.43 74.46 -
System Red Green Blue C M Y K H S L
Decimal 64 194 53 0.67 0 0.73 0.24 115.32 0.57 0.48
Hex 40 C2 35 43 0 49 18 73 39 30
Octal 100 302 65 103 0 111 30 163 71 60
Binary 1000000 11000010 110101 1000011 0 1001001 11000 1110011 111001 110000

Color Harmonies of #40C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C235

Black with #40C235

Text Example


Text Example

White with #40C235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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