Html Css Color HEX #27DD2A Lime Green

📋 copy color: '#27DD2A'

red 39 ◦ green 221 ◦ blue 42

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

Shades of Lime Green #27DD2A

Tints of Lime Green #27DD2A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.18%

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 12.91%
G = 73.18%
B = 13.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#27DD2A (or 0x27DD2A) is known color: Lime Green. HEX triplet: 27, DD and 2A. RGB value is (39,221,42). Sum of RGB (Red+Green+Blue) = 39+221+42=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DD2A is #D822D5. Grayscale: #929292. Windows color (decimal): -14164694 or 2809127. OLE color: 2809127.

HSL color Cylindrical-coordinate representation of color #27DD2A: hue angle of 120.99º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DD2A is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 221 42 -
CMYK 0.82 0 0.81 0.13
HSL 120.99º 0.73% 0.51% -
HSV(B) 120.99º 0.82% 0.87% -
XYZ 27.11 52.31 10.86 -
YUV 146.18 69.2 51.55 -
System Red Green Blue C M Y K H S L
Decimal 39 221 42 0.82 0 0.81 0.13 120.99 0.73 0.51
Hex 27 DD 2A 52 0 51 D 79 49 33
Octal 47 335 52 122 0 121 15 171 111 63
Binary 100111 11011101 101010 1010010 0 1010001 1101 1111001 1001001 110011

Color Harmonies of #27DD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DD2A

Black with #27DD2A

Text Example


Text Example

White with #27DD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,221,42); }

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

background-color css

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

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

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

border-color css

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

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

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