Html Css Color HEX #27D032 Lime Green

📋 copy color: '#27D032'

red 39 ◦ green 208 ◦ blue 50

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

Shades of Lime Green #27D032

Tints of Lime Green #27D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.03%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 13.13%
G = 70.03%
B = 16.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#27D032 (or 0x27D032) is known color: Lime Green. HEX triplet: 27, D0 and 32. RGB value is (39,208,50). Sum of RGB (Red+Green+Blue) = 39+208+50=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #27D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D032 is #D82FCD. Grayscale: #8B8B8B. Windows color (decimal): -14168014 or 3330087. OLE color: 3330087.

HSL color Cylindrical-coordinate representation of color #27D032: hue angle of 123.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D032 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 208 50 -
CMYK 0.81 0 0.76 0.18
HSL 123.91º 0.68% 0.48% -
HSV(B) 123.91º 0.81% 0.82% -
XYZ 23.97 45.77 10.59 -
YUV 139.46 77.51 56.35 -
System Red Green Blue C M Y K H S L
Decimal 39 208 50 0.81 0 0.76 0.18 123.91 0.68 0.48
Hex 27 D0 32 51 0 4C 12 7C 44 30
Octal 47 320 62 121 0 114 22 174 104 60
Binary 100111 11010000 110010 1010001 0 1001100 10010 1111100 1000100 110000

Color Harmonies of #27D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D032

Black with #27D032

Text Example


Text Example

White with #27D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,208,50); }

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

background-color css

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

 a { background-color: rgb(39,208,50); }

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

border-color css

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

 span { border-color: rgb(39,208,50); }

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