Html Css Color HEX #27DA0D Lime Green

📋 copy color: '#27DA0D'

red 39 ◦ green 218 ◦ blue 13

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

Shades of Lime Green #27DA0D

Tints of Lime Green #27DA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 80.74%

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 14.44%
G = 80.74%
B = 4.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#27DA0D (or 0x27DA0D) is known color: Lime Green. HEX triplet: 27, DA and 0D. RGB value is (39,218,13). Sum of RGB (Red+Green+Blue) = 39+218+13=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 218 (85.55% from 255 or 80.74% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 218 - color contains mainly: green. Hex color #27DA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DA0D is #D825F2. Grayscale: #8D8D8D. Windows color (decimal): -14165491 or 907815. OLE color: 907815.

HSL color Cylindrical-coordinate representation of color #27DA0D: hue angle of 112.39º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27DA0D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 218 13 -
CMYK 0.82 0 0.94 0.15
HSL 112.39º 0.89% 0.45% -
HSV(B) 112.39º 0.94% 0.85% -
XYZ 25.98 50.6 8.78 -
YUV 141.11 55.7 55.17 -
System Red Green Blue C M Y K H S L
Decimal 39 218 13 0.82 0 0.94 0.15 112.39 0.89 0.45
Hex 27 DA D 52 0 5E F 70 59 2D
Octal 47 332 15 122 0 136 17 160 131 55
Binary 100111 11011010 1101 1010010 0 1011110 1111 1110000 1011001 101101

Color Harmonies of #27DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DA0D

Black with #27DA0D

Text Example


Text Example

White with #27DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,218,13); }

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

background-color css

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

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

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

border-color css

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

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

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