Html Css Color HEX #27D02A Lime Green

📋 copy color: '#27D02A'

red 39 ◦ green 208 ◦ blue 42

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

Shades of Lime Green #27D02A

Tints of Lime Green #27D02A

RGB

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

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

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

R = 13.49%
G = 71.97%
B = 14.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#27D02A (or 0x27D02A) is known color: Lime Green. HEX triplet: 27, D0 and 2A. RGB value is (39,208,42). Sum of RGB (Red+Green+Blue) = 39+208+42=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #27D02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D02A is #D82FD5. Grayscale: #8B8B8B. Windows color (decimal): -14168022 or 2805799. OLE color: 2805799.

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

Color convert

RGB 39 208 42 -
CMYK 0.81 0 0.80 0.18
HSL 121.07º 0.68% 0.48% -
HSV(B) 121.07º 0.81% 0.82% -
XYZ 23.81 45.71 9.76 -
YUV 138.55 73.51 57 -
System Red Green Blue C M Y K H S L
Decimal 39 208 42 0.81 0 0.80 0.18 121.07 0.68 0.48
Hex 27 D0 2A 51 0 50 12 79 44 30
Octal 47 320 52 121 0 120 22 171 104 60
Binary 100111 11010000 101010 1010001 0 1010000 10010 1111001 1000100 110000

Color Harmonies of #27D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D02A

Black with #27D02A

Text Example


Text Example

White with #27D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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