Html Css Color HEX #40C33F Lime Green

📋 copy color: '#40C33F'

red 64 ◦ green 195 ◦ blue 63

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

Shades of Lime Green #40C33F

Tints of Lime Green #40C33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.56%

 BLUE value IS 63 (25% from 255) = 19.57%

R = 19.88%
G = 60.56%
B = 19.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#40C33F (or 0x40C33F) is known color: Lime Green. HEX triplet: 40, C3 and 3F. RGB value is (64,195,63). Sum of RGB (Red+Green+Blue) = 64+195+63=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #40C33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C33F is #BF3CC0. Grayscale: #8D8D8D. Windows color (decimal): -12532929 or 4178752. OLE color: 4178752.

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

Color convert

RGB 64 195 63 -
CMYK 0.67 0 0.68 0.24
HSL 119.55º 0.52% 0.51% -
HSV(B) 119.55º 0.68% 0.76% -
XYZ 22.53 40.48 11.33 -
YUV 140.78 84.1 73.23 -
System Red Green Blue C M Y K H S L
Decimal 64 195 63 0.67 0 0.68 0.24 119.55 0.52 0.51
Hex 40 C3 3F 43 0 44 18 78 34 33
Octal 100 303 77 103 0 104 30 170 64 63
Binary 1000000 11000011 111111 1000011 0 1000100 11000 1111000 110100 110011

Color Harmonies of #40C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C33F

Black with #40C33F

Text Example


Text Example

White with #40C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,63); }

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

background-color css

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

 a { background-color: rgb(64,195,63); }

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

border-color css

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

 span { border-color: rgb(64,195,63); }

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