Html Css Color HEX #27D940 Lime Green

📋 copy color: '#27D940'

red 39 ◦ green 217 ◦ blue 64

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

Shades of Lime Green #27D940

Tints of Lime Green #27D940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20%

R = 12.19%
G = 67.81%
B = 20%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#27D940 (or 0x27D940) is known color: Lime Green. HEX triplet: 27, D9 and 40. RGB value is (39,217,64). Sum of RGB (Red+Green+Blue) = 39+217+64=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 217 (85.16% from 255 or 67.81% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 217 - color contains mainly: green. Hex color #27D940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D940 is #D826BF. Grayscale: #929292. Windows color (decimal): -14165696 or 4249895. OLE color: 4249895.

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

Color convert

RGB 39 217 64 -
CMYK 0.82 0 0.71 0.15
HSL 128.43º 0.7% 0.5% -
HSV(B) 128.43º 0.82% 0.85% -
XYZ 26.57 50.43 13.18 -
YUV 146.34 81.53 51.44 -
System Red Green Blue C M Y K H S L
Decimal 39 217 64 0.82 0 0.71 0.15 128.43 0.7 0.5
Hex 27 D9 40 52 0 47 F 80 46 32
Octal 47 331 100 122 0 107 17 200 106 62
Binary 100111 11011001 1000000 1010010 0 1000111 1111 10000000 1000110 110010

Color Harmonies of #27D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D940

Black with #27D940

Text Example


Text Example

White with #27D940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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