Html Css Color HEX #27C320 Lime Green

📋 copy color: '#27C320'

red 39 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #27C320

Tints of Lime Green #27C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.31%

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

R = 14.66%
G = 73.31%
B = 12.03%

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

#27C320 (or 0x27C320) is known color: Lime Green. HEX triplet: 27, C3 and 20. RGB value is (39,195,32). Sum of RGB (Red+Green+Blue) = 39+195+32=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 195 (76.56% from 255 or 73.31% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 195 - color contains mainly: green. Hex color #27C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C320 is #D83CDF. Grayscale: #828282. Windows color (decimal): -14171360 or 2147111. OLE color: 2147111.

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

Color convert

RGB 39 195 32 -
CMYK 0.80 0 0.84 0.24
HSL 117.42º 0.72% 0.45% -
HSV(B) 117.42º 0.84% 0.76% -
XYZ 20.61 39.57 7.92 -
YUV 129.77 72.82 63.25 -
System Red Green Blue C M Y K H S L
Decimal 39 195 32 0.80 0 0.84 0.24 117.42 0.72 0.45
Hex 27 C3 20 50 0 54 18 75 48 2D
Octal 47 303 40 120 0 124 30 165 110 55
Binary 100111 11000011 100000 1010000 0 1010100 11000 1110101 1001000 101101

Color Harmonies of #27C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C320

Black with #27C320

Text Example


Text Example

White with #27C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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