Html Css Color HEX #27D618 Lime Green

📋 copy color: '#27D618'

red 39 ◦ green 214 ◦ blue 24

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

Shades of Lime Green #27D618

Tints of Lime Green #27D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 77.26%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 14.08%
G = 77.26%
B = 8.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#27D618 (or 0x27D618) is known color: Lime Green. HEX triplet: 27, D6 and 18. RGB value is (39,214,24). Sum of RGB (Red+Green+Blue) = 39+214+24=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 214 (83.98% from 255 or 77.26% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 214 - color contains mainly: green. Hex color #27D618 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D618 is #D829E7. Grayscale: #8C8C8C. Windows color (decimal): -14166504 or 1627687. OLE color: 1627687.

HSL color Cylindrical-coordinate representation of color #27D618: hue angle of 115.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27D618 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 214 24 -
CMYK 0.82 0 0.89 0.16
HSL 115.26º 0.8% 0.47% -
HSV(B) 115.26º 0.89% 0.84% -
XYZ 25.05 48.59 8.92 -
YUV 140.02 62.52 55.95 -
System Red Green Blue C M Y K H S L
Decimal 39 214 24 0.82 0 0.89 0.16 115.26 0.8 0.47
Hex 27 D6 18 52 0 59 10 73 50 2F
Octal 47 326 30 122 0 131 20 163 120 57
Binary 100111 11010110 11000 1010010 0 1011001 10000 1110011 1010000 101111

Color Harmonies of #27D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D618

Black with #27D618

Text Example


Text Example

White with #27D618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,214,24); }

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

background-color css

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

 a { background-color: rgb(39,214,24); }

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

border-color css

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

 span { border-color: rgb(39,214,24); }

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