Html Css Color HEX #40C328 Lime Green

📋 copy color: '#40C328'

red 64 ◦ green 195 ◦ blue 40

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

Shades of Lime Green #40C328

Tints of Lime Green #40C328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 21.4%
G = 65.22%
B = 13.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#40C328 (or 0x40C328) is known color: Lime Green. HEX triplet: 40, C3 and 28. RGB value is (64,195,40). Sum of RGB (Red+Green+Blue) = 64+195+40=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #40C328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C328 is #BF3CD7. Grayscale: #8A8A8A. Windows color (decimal): -12532952 or 2671424. OLE color: 2671424.

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

Color convert

RGB 64 195 40 -
CMYK 0.67 0 0.79 0.24
HSL 110.71º 0.66% 0.46% -
HSV(B) 110.71º 0.79% 0.76% -
XYZ 22.01 40.27 8.62 -
YUV 138.16 72.6 75.1 -
System Red Green Blue C M Y K H S L
Decimal 64 195 40 0.67 0 0.79 0.24 110.71 0.66 0.46
Hex 40 C3 28 43 0 4F 18 6F 42 2E
Octal 100 303 50 103 0 117 30 157 102 56
Binary 1000000 11000011 101000 1000011 0 1001111 11000 1101111 1000010 101110

Color Harmonies of #40C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C328

Black with #40C328

Text Example


Text Example

White with #40C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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