Html Css Color HEX #40CC27 Lime Green

📋 copy color: '#40CC27'

red 64 ◦ green 204 ◦ blue 39

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

Shades of Lime Green #40CC27

Tints of Lime Green #40CC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 20.85%
G = 66.45%
B = 12.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#40CC27 (or 0x40CC27) is known color: Lime Green. HEX triplet: 40, CC and 27. RGB value is (64,204,39). Sum of RGB (Red+Green+Blue) = 64+204+39=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 204 (80.08% from 255 or 66.45% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC27 is #BF33D8. Grayscale: #8F8F8F. Windows color (decimal): -12530649 or 2608192. OLE color: 2608192.

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

Color convert

RGB 64 204 39 -
CMYK 0.69 0 0.81 0.2
HSL 110.91º 0.68% 0.48% -
HSV(B) 110.91º 0.81% 0.8% -
XYZ 24.07 44.42 9.23 -
YUV 143.33 69.12 71.42 -
System Red Green Blue C M Y K H S L
Decimal 64 204 39 0.69 0 0.81 0.2 110.91 0.68 0.48
Hex 40 CC 27 45 0 51 14 6F 44 30
Octal 100 314 47 105 0 121 24 157 104 60
Binary 1000000 11001100 100111 1000101 0 1010001 10100 1101111 1000100 110000

Color Harmonies of #40CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CC27

Black with #40CC27

Text Example


Text Example

White with #40CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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