Html Css Color HEX #40C03A Lime Green

📋 copy color: '#40C03A'

red 64 ◦ green 192 ◦ blue 58

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

Shades of Lime Green #40C03A

Tints of Lime Green #40C03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 20.38%
G = 61.15%
B = 18.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#40C03A (or 0x40C03A) is known color: Lime Green. HEX triplet: 40, C0 and 3A. RGB value is (64,192,58). Sum of RGB (Red+Green+Blue) = 64+192+58=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #40C03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C03A is #BF3FC5. Grayscale: #8A8A8A. Windows color (decimal): -12533702 or 3850304. OLE color: 3850304.

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

Color convert

RGB 64 192 58 -
CMYK 0.67 0 0.70 0.25
HSL 117.31º 0.54% 0.49% -
HSV(B) 117.31º 0.7% 0.75% -
XYZ 21.73 39.09 10.4 -
YUV 138.45 82.59 74.9 -
System Red Green Blue C M Y K H S L
Decimal 64 192 58 0.67 0 0.70 0.25 117.31 0.54 0.49
Hex 40 C0 3A 43 0 46 19 75 36 31
Octal 100 300 72 103 0 106 31 165 66 61
Binary 1000000 11000000 111010 1000011 0 1000110 11001 1110101 110110 110001

Color Harmonies of #40C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C03A

Black with #40C03A

Text Example


Text Example

White with #40C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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