Html Css Color HEX #27C220 Lime Green

📋 copy color: '#27C220'

red 39 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #27C220

Tints of Lime Green #27C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.21%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 14.72%
G = 73.21%
B = 12.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#27C220 (or 0x27C220) is known color: Lime Green. HEX triplet: 27, C2 and 20. RGB value is (39,194,32). Sum of RGB (Red+Green+Blue) = 39+194+32=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #27C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C220 is #D83DDF. Grayscale: #818181. Windows color (decimal): -14171616 or 2146855. OLE color: 2146855.

HSL color Cylindrical-coordinate representation of color #27C220: hue angle of 117.41º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27C220 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 194 32 -
CMYK 0.80 0 0.84 0.24
HSL 117.41º 0.72% 0.44% -
HSV(B) 117.41º 0.84% 0.76% -
XYZ 20.39 39.12 7.84 -
YUV 129.19 73.15 63.67 -
System Red Green Blue C M Y K H S L
Decimal 39 194 32 0.80 0 0.84 0.24 117.41 0.72 0.44
Hex 27 C2 20 50 0 54 18 75 48 2C
Octal 47 302 40 120 0 124 30 165 110 54
Binary 100111 11000010 100000 1010000 0 1010100 11000 1110101 1001000 101100

Color Harmonies of #27C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C220

Black with #27C220

Text Example


Text Example

White with #27C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,194,32); }

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

background-color css

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

 a { background-color: rgb(39,194,32); }

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

border-color css

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

 span { border-color: rgb(39,194,32); }

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