Html Css Color HEX #27D527 Lime Green

📋 copy color: '#27D527'

red 39 ◦ green 213 ◦ blue 39

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

Shades of Lime Green #27D527

Tints of Lime Green #27D527

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.2%

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 13.4%
G = 73.2%
B = 13.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#27D527 (or 0x27D527) is known color: Lime Green. HEX triplet: 27, D5 and 27. RGB value is (39,213,39). Sum of RGB (Red+Green+Blue) = 39+213+39=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #27D527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D527 is #D82AD8. Grayscale: #8D8D8D. Windows color (decimal): -14166745 or 2610471. OLE color: 2610471.

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

Color convert

RGB 39 213 39 -
CMYK 0.82 0 0.82 0.16
HSL 120º 0.69% 0.49% -
HSV(B) 120º 0.82% 0.84% -
XYZ 25 48.17 9.9 -
YUV 141.14 70.35 55.15 -
System Red Green Blue C M Y K H S L
Decimal 39 213 39 0.82 0 0.82 0.16 120 0.69 0.49
Hex 27 D5 27 52 0 52 10 78 45 31
Octal 47 325 47 122 0 122 20 170 105 61
Binary 100111 11010101 100111 1010010 0 1010010 10000 1111000 1000101 110001

Color Harmonies of #27D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D527

Black with #27D527

Text Example


Text Example

White with #27D527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,213,39); }

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

background-color css

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

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

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

border-color css

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

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

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