Html Css Color HEX #27C246 Lime Green

📋 copy color: '#27C246'

red 39 ◦ green 194 ◦ blue 70

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

Shades of Lime Green #27C246

Tints of Lime Green #27C246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 12.87%
G = 64.03%
B = 23.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#27C246 (or 0x27C246) is known color: Lime Green. HEX triplet: 27, C2 and 46. RGB value is (39,194,70). Sum of RGB (Red+Green+Blue) = 39+194+70=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #27C246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C246 is #D83DB9. Grayscale: #858585. Windows color (decimal): -14171578 or 4637223. OLE color: 4637223.

HSL color Cylindrical-coordinate representation of color #27C246: hue angle of 132º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C246 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 194 70 -
CMYK 0.80 0 0.64 0.24
HSL 132º 0.67% 0.46% -
HSV(B) 132º 0.8% 0.76% -
XYZ 21.23 39.46 12.29 -
YUV 133.52 92.15 60.58 -
System Red Green Blue C M Y K H S L
Decimal 39 194 70 0.80 0 0.64 0.24 132 0.67 0.46
Hex 27 C2 46 50 0 40 18 84 43 2E
Octal 47 302 106 120 0 100 30 204 103 56
Binary 100111 11000010 1000110 1010000 0 1000000 11000 10000100 1000011 101110

Color Harmonies of #27C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C246

Black with #27C246

Text Example


Text Example

White with #27C246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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