Html Css Color HEX #40C03C Lime Green

📋 copy color: '#40C03C'

red 64 ◦ green 192 ◦ blue 60

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

Shades of Lime Green #40C03C

Tints of Lime Green #40C03C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.76%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 20.25%
G = 60.76%
B = 18.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#40C03C (or 0x40C03C) is known color: Lime Green. HEX triplet: 40, C0 and 3C. RGB value is (64,192,60). Sum of RGB (Red+Green+Blue) = 64+192+60=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #40C03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C03C is #BF3FC3. Grayscale: #8B8B8B. Windows color (decimal): -12533700 or 3981376. OLE color: 3981376.

HSL color Cylindrical-coordinate representation of color #40C03C: hue angle of 118.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C03C is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 60 -
CMYK 0.67 0 0.69 0.25
HSL 118.18º 0.52% 0.49% -
HSV(B) 118.18º 0.69% 0.75% -
XYZ 21.78 39.12 10.68 -
YUV 138.68 83.59 74.73 -
System Red Green Blue C M Y K H S L
Decimal 64 192 60 0.67 0 0.69 0.25 118.18 0.52 0.49
Hex 40 C0 3C 43 0 45 19 76 34 31
Octal 100 300 74 103 0 105 31 166 64 61
Binary 1000000 11000000 111100 1000011 0 1000101 11001 1110110 110100 110001

Color Harmonies of #40C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C03C

Black with #40C03C

Text Example


Text Example

White with #40C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,60); }

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

background-color css

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

 a { background-color: rgb(64,192,60); }

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

border-color css

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

 span { border-color: rgb(64,192,60); }

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