Html Css Color HEX #2ABD27 Lime Green

📋 copy color: '#2ABD27'

red 42 ◦ green 189 ◦ blue 39

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

Shades of Lime Green #2ABD27

Tints of Lime Green #2ABD27

RGB

 RED value IS 42 (16.8% from 255) = 15.56%

 GREEN value IS 189 (74.22% from 255) = 70%

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

R = 15.56%
G = 70%
B = 14.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#2ABD27 (or 0x2ABD27) is known color: Lime Green. HEX triplet: 2A, BD and 27. RGB value is (42,189,39). Sum of RGB (Red+Green+Blue) = 42+189+39=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABD27 is #D542D8. Grayscale: #808080. Windows color (decimal): -13976281 or 2604330. OLE color: 2604330.

HSL color Cylindrical-coordinate representation of color #2ABD27: hue angle of 118.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABD27 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 189 39 -
CMYK 0.78 0 0.79 0.26
HSL 118.8º 0.66% 0.45% -
HSV(B) 118.8º 0.79% 0.74% -
XYZ 19.52 37.03 8.04 -
YUV 127.95 77.8 66.7 -
System Red Green Blue C M Y K H S L
Decimal 42 189 39 0.78 0 0.79 0.26 118.8 0.66 0.45
Hex 2A BD 27 4E 0 4F 1A 77 42 2D
Octal 52 275 47 116 0 117 32 167 102 55
Binary 101010 10111101 100111 1001110 0 1001111 11010 1110111 1000010 101101

Color Harmonies of #2ABD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABD27

Black with #2ABD27

Text Example


Text Example

White with #2ABD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABD27; }

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

 H1.HeaderClassName
 {
   color: #2ABD27;
 }
 .AnyTagClassName
 {
   color: #2ABD27;
 }
</style>

background-color css

<style>
 a { background-color: #2ABD27; }

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

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

border-color css

<style>
 span { border-color: #2ABD27; }

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

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