Html Css Color HEX #27DC33 Lime Green

📋 copy color: '#27DC33'

red 39 ◦ green 220 ◦ blue 51

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

Shades of Lime Green #27DC33

Tints of Lime Green #27DC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 12.58%
G = 70.97%
B = 16.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#27DC33 (or 0x27DC33) is known color: Lime Green. HEX triplet: 27, DC and 33. RGB value is (39,220,51). Sum of RGB (Red+Green+Blue) = 39+220+51=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DC33 is #D823CC. Grayscale: #939393. Windows color (decimal): -14164941 or 3398695. OLE color: 3398695.

HSL color Cylindrical-coordinate representation of color #27DC33: hue angle of 123.98º 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 #27DC33 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 220 51 -
CMYK 0.82 0 0.77 0.14
HSL 123.98º 0.72% 0.51% -
HSV(B) 123.98º 0.82% 0.86% -
XYZ 27.03 51.86 11.72 -
YUV 146.62 74.03 51.24 -
System Red Green Blue C M Y K H S L
Decimal 39 220 51 0.82 0 0.77 0.14 123.98 0.72 0.51
Hex 27 DC 33 52 0 4D E 7C 48 33
Octal 47 334 63 122 0 115 16 174 110 63
Binary 100111 11011100 110011 1010010 0 1001101 1110 1111100 1001000 110011

Color Harmonies of #27DC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DC33

Black with #27DC33

Text Example


Text Example

White with #27DC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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