Html Css Color HEX #27DC34 Lime Green

📋 copy color: '#27DC34'

red 39 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #27DC34

Tints of Lime Green #27DC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.74%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 12.54%
G = 70.74%
B = 16.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#27DC34 (or 0x27DC34) is known color: Lime Green. HEX triplet: 27, DC and 34. RGB value is (39,220,52). Sum of RGB (Red+Green+Blue) = 39+220+52=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DC34 is #D823CB. Grayscale: #939393. Windows color (decimal): -14164940 or 3464231. OLE color: 3464231.

HSL color Cylindrical-coordinate representation of color #27DC34: hue angle of 124.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DC34 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 220 52 -
CMYK 0.82 0 0.76 0.14
HSL 124.31º 0.72% 0.51% -
HSV(B) 124.31º 0.82% 0.86% -
XYZ 27.05 51.87 11.83 -
YUV 146.73 74.53 51.16 -
System Red Green Blue C M Y K H S L
Decimal 39 220 52 0.82 0 0.76 0.14 124.31 0.72 0.51
Hex 27 DC 34 52 0 4C E 7C 48 33
Octal 47 334 64 122 0 114 16 174 110 63
Binary 100111 11011100 110100 1010010 0 1001100 1110 1111100 1001000 110011

Color Harmonies of #27DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DC34

Black with #27DC34

Text Example


Text Example

White with #27DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,220,52); }

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

background-color css

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

 a { background-color: rgb(39,220,52); }

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

border-color css

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

 span { border-color: rgb(39,220,52); }

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