Html Css Color HEX #27D045 Lime Green

📋 copy color: '#27D045'

red 39 ◦ green 208 ◦ blue 69

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

Shades of Lime Green #27D045

Tints of Lime Green #27D045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 12.34%
G = 65.82%
B = 21.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#27D045 (or 0x27D045) is known color: Lime Green. HEX triplet: 27, D0 and 45. RGB value is (39,208,69). Sum of RGB (Red+Green+Blue) = 39+208+69=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #27D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D045 is #D82FBA. Grayscale: #8E8E8E. Windows color (decimal): -14167995 or 4575271. OLE color: 4575271.

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

Color convert

RGB 39 208 69 -
CMYK 0.81 0 0.67 0.18
HSL 130.65º 0.68% 0.48% -
HSV(B) 130.65º 0.81% 0.82% -
XYZ 24.47 45.97 13.21 -
YUV 141.62 87.01 54.8 -
System Red Green Blue C M Y K H S L
Decimal 39 208 69 0.81 0 0.67 0.18 130.65 0.68 0.48
Hex 27 D0 45 51 0 43 12 83 44 30
Octal 47 320 105 121 0 103 22 203 104 60
Binary 100111 11010000 1000101 1010001 0 1000011 10010 10000011 1000100 110000

Color Harmonies of #27D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D045

Black with #27D045

Text Example


Text Example

White with #27D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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