Html Css Color HEX #27CC42 Lime Green

📋 copy color: '#27CC42'

red 39 ◦ green 204 ◦ blue 66

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

Shades of Lime Green #27CC42

Tints of Lime Green #27CC42

RGB

 RED value IS 39 (15.63% from 255) = 12.62%

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

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 12.62%
G = 66.02%
B = 21.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#27CC42 (or 0x27CC42) is known color: Lime Green. HEX triplet: 27, CC and 42. RGB value is (39,204,66). Sum of RGB (Red+Green+Blue) = 39+204+66=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 204 (80.08% from 255 or 66.02% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 204 - color contains mainly: green. Hex color #27CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CC42 is #D833BD. Grayscale: #8B8B8B. Windows color (decimal): -14169022 or 4377639. OLE color: 4377639.

HSL color Cylindrical-coordinate representation of color #27CC42: hue angle of 129.82º 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 #27CC42 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 204 66 -
CMYK 0.81 0 0.68 0.2
HSL 129.82º 0.68% 0.48% -
HSV(B) 129.82º 0.81% 0.8% -
XYZ 23.41 44.01 12.42 -
YUV 138.93 86.84 56.72 -
System Red Green Blue C M Y K H S L
Decimal 39 204 66 0.81 0 0.68 0.2 129.82 0.68 0.48
Hex 27 CC 42 51 0 44 14 82 44 30
Octal 47 314 102 121 0 104 24 202 104 60
Binary 100111 11001100 1000010 1010001 0 1000100 10100 10000010 1000100 110000

Color Harmonies of #27CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CC42

Black with #27CC42

Text Example


Text Example

White with #27CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27CC42; }

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

 H1.HeaderClassName
 {
   color: #27CC42;
 }
 .AnyTagClassName
 {
   color: #27CC42;
 }
</style>

background-color css

<style>
 a { background-color: #27CC42; }

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

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

border-color css

<style>
 span { border-color: #27CC42; }

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

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