Html Css Color HEX #27D215 Lime Green

📋 copy color: '#27D215'

red 39 ◦ green 210 ◦ blue 21

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

Shades of Lime Green #27D215

Tints of Lime Green #27D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 77.78%

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 14.44%
G = 77.78%
B = 7.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#27D215 (or 0x27D215) is known color: Lime Green. HEX triplet: 27, D2 and 15. RGB value is (39,210,21). Sum of RGB (Red+Green+Blue) = 39+210+21=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #27D215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D215 is #D82DEA. Grayscale: #898989. Windows color (decimal): -14167531 or 1430055. OLE color: 1430055.

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

Color convert

RGB 39 210 21 -
CMYK 0.81 0 0.90 0.18
HSL 114.29º 0.82% 0.45% -
HSV(B) 114.29º 0.9% 0.82% -
XYZ 24.02 46.58 8.43 -
YUV 137.33 62.35 57.87 -
System Red Green Blue C M Y K H S L
Decimal 39 210 21 0.81 0 0.90 0.18 114.29 0.82 0.45
Hex 27 D2 15 51 0 5A 12 72 52 2D
Octal 47 322 25 121 0 132 22 162 122 55
Binary 100111 11010010 10101 1010001 0 1011010 10010 1110010 1010010 101101

Color Harmonies of #27D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D215

Black with #27D215

Text Example


Text Example

White with #27D215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,210,21); }

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

background-color css

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

 a { background-color: rgb(39,210,21); }

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

border-color css

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

 span { border-color: rgb(39,210,21); }

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