Html Css Color HEX #40CC4B Lime Green

📋 copy color: '#40CC4B'

red 64 ◦ green 204 ◦ blue 75

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

Shades of Lime Green #40CC4B

Tints of Lime Green #40CC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.48%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 18.66%
G = 59.48%
B = 21.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#40CC4B (or 0x40CC4B) is known color: Lime Green. HEX triplet: 40, CC and 4B. RGB value is (64,204,75). Sum of RGB (Red+Green+Blue) = 64+204+75=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC4B is #BF33B4. Grayscale: #939393. Windows color (decimal): -12530613 or 4967488. OLE color: 4967488.

HSL color Cylindrical-coordinate representation of color #40CC4B: hue angle of 124.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC4B is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 204 75 -
CMYK 0.69 0 0.63 0.2
HSL 124.71º 0.58% 0.53% -
HSV(B) 124.71º 0.69% 0.8% -
XYZ 24.98 44.78 13.98 -
YUV 147.43 87.12 68.49 -
System Red Green Blue C M Y K H S L
Decimal 64 204 75 0.69 0 0.63 0.2 124.71 0.58 0.53
Hex 40 CC 4B 45 0 3F 14 7D 3A 35
Octal 100 314 113 105 0 77 24 175 72 65
Binary 1000000 11001100 1001011 1000101 0 111111 10100 1111101 111010 110101

Color Harmonies of #40CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CC4B

Black with #40CC4B

Text Example


Text Example

White with #40CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,204,75); }

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

background-color css

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

 a { background-color: rgb(64,204,75); }

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

border-color css

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

 span { border-color: rgb(64,204,75); }

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