Html Css Color HEX #27C020 Lime Green

📋 copy color: '#27C020'

red 39 ◦ green 192 ◦ blue 32

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

Shades of Lime Green #27C020

Tints of Lime Green #27C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73%

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

R = 14.83%
G = 73%
B = 12.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#27C020 (or 0x27C020) is known color: Lime Green. HEX triplet: 27, C0 and 20. RGB value is (39,192,32). Sum of RGB (Red+Green+Blue) = 39+192+32=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #27C020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C020 is #D83FDF. Grayscale: #808080. Windows color (decimal): -14172128 or 2146343. OLE color: 2146343.

HSL color Cylindrical-coordinate representation of color #27C020: hue angle of 117.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27C020 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 192 32 -
CMYK 0.80 0 0.83 0.25
HSL 117.38º 0.71% 0.44% -
HSV(B) 117.38º 0.83% 0.75% -
XYZ 19.95 38.23 7.7 -
YUV 128.01 73.81 64.51 -
System Red Green Blue C M Y K H S L
Decimal 39 192 32 0.80 0 0.83 0.25 117.38 0.71 0.44
Hex 27 C0 20 50 0 53 19 75 47 2C
Octal 47 300 40 120 0 123 31 165 107 54
Binary 100111 11000000 100000 1010000 0 1010011 11001 1110101 1000111 101100

Color Harmonies of #27C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C020

Black with #27C020

Text Example


Text Example

White with #27C020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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