Html Css Color HEX #27D040 Lime Green

📋 copy color: '#27D040'

red 39 ◦ green 208 ◦ blue 64

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

Shades of Lime Green #27D040

Tints of Lime Green #27D040

RGB

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

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

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

R = 12.54%
G = 66.88%
B = 20.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#27D040 (or 0x27D040) is known color: Lime Green. HEX triplet: 27, D0 and 40. RGB value is (39,208,64). Sum of RGB (Red+Green+Blue) = 39+208+64=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #27D040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D040 is #D82FBF. Grayscale: #8D8D8D. Windows color (decimal): -14168000 or 4247591. OLE color: 4247591.

HSL color Cylindrical-coordinate representation of color #27D040: hue angle of 128.88º 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 #27D040 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 208 64 -
CMYK 0.81 0 0.69 0.18
HSL 128.88º 0.68% 0.48% -
HSV(B) 128.88º 0.81% 0.82% -
XYZ 24.32 45.91 12.43 -
YUV 141.05 84.51 55.21 -
System Red Green Blue C M Y K H S L
Decimal 39 208 64 0.81 0 0.69 0.18 128.88 0.68 0.48
Hex 27 D0 40 51 0 45 12 81 44 30
Octal 47 320 100 121 0 105 22 201 104 60
Binary 100111 11010000 1000000 1010001 0 1000101 10010 10000001 1000100 110000

Color Harmonies of #27D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D040

Black with #27D040

Text Example


Text Example

White with #27D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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