Html Css Color HEX #27D93C Lime Green

📋 copy color: '#27D93C'

red 39 ◦ green 217 ◦ blue 60

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

Shades of Lime Green #27D93C

Tints of Lime Green #27D93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.67%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 12.34%
G = 68.67%
B = 18.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#27D93C (or 0x27D93C) is known color: Lime Green. HEX triplet: 27, D9 and 3C. RGB value is (39,217,60). Sum of RGB (Red+Green+Blue) = 39+217+60=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #27D93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D93C is #D826C3. Grayscale: #929292. Windows color (decimal): -14165700 or 3987751. OLE color: 3987751.

HSL color Cylindrical-coordinate representation of color #27D93C: hue angle of 127.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D93C is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 217 60 -
CMYK 0.82 0 0.72 0.15
HSL 127.08º 0.7% 0.5% -
HSV(B) 127.08º 0.82% 0.85% -
XYZ 26.47 50.38 12.61 -
YUV 145.88 79.53 51.77 -
System Red Green Blue C M Y K H S L
Decimal 39 217 60 0.82 0 0.72 0.15 127.08 0.7 0.5
Hex 27 D9 3C 52 0 48 F 7F 46 32
Octal 47 331 74 122 0 110 17 177 106 62
Binary 100111 11011001 111100 1010010 0 1001000 1111 1111111 1000110 110010

Color Harmonies of #27D93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D93C

Black with #27D93C

Text Example


Text Example

White with #27D93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,217,60); }

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

background-color css

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

 a { background-color: rgb(39,217,60); }

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

border-color css

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

 span { border-color: rgb(39,217,60); }

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