Html Css Color HEX #27BA2A Lime Green

📋 copy color: '#27BA2A'

red 39 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #27BA2A

Tints of Lime Green #27BA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.66%

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

R = 14.61%
G = 69.66%
B = 15.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#27BA2A (or 0x27BA2A) is known color: Lime Green. HEX triplet: 27, BA and 2A. RGB value is (39,186,42). Sum of RGB (Red+Green+Blue) = 39+186+42=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BA2A is #D845D5. Grayscale: #7E7E7E. Windows color (decimal): -14173654 or 2800167. OLE color: 2800167.

HSL color Cylindrical-coordinate representation of color #27BA2A: hue angle of 121.22º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BA2A is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 186 42 -
CMYK 0.79 0 0.77 0.27
HSL 121.22º 0.65% 0.44% -
HSV(B) 121.22º 0.79% 0.73% -
XYZ 18.81 35.72 8.09 -
YUV 125.63 80.8 66.21 -
System Red Green Blue C M Y K H S L
Decimal 39 186 42 0.79 0 0.77 0.27 121.22 0.65 0.44
Hex 27 BA 2A 4F 0 4D 1B 79 41 2C
Octal 47 272 52 117 0 115 33 171 101 54
Binary 100111 10111010 101010 1001111 0 1001101 11011 1111001 1000001 101100

Color Harmonies of #27BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BA2A

Black with #27BA2A

Text Example


Text Example

White with #27BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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