Html Css Color HEX #2ABE27 Lime Green

📋 copy color: '#2ABE27'

red 42 ◦ green 190 ◦ blue 39

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

Shades of Lime Green #2ABE27

Tints of Lime Green #2ABE27

RGB

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

 GREEN value IS 190 (74.61% from 255) = 70.11%

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

R = 15.5%
G = 70.11%
B = 14.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#2ABE27 (or 0x2ABE27) is known color: Lime Green. HEX triplet: 2A, BE and 27. RGB value is (42,190,39). Sum of RGB (Red+Green+Blue) = 42+190+39=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 190 (74.61% from 255 or 70.11% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABE27 is #D541D8. Grayscale: #808080. Windows color (decimal): -13976025 or 2604586. OLE color: 2604586.

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

Color convert

RGB 42 190 39 -
CMYK 0.78 0 0.79 0.25
HSL 118.81º 0.66% 0.45% -
HSV(B) 118.81º 0.79% 0.75% -
XYZ 19.73 37.47 8.11 -
YUV 128.53 77.47 66.28 -
System Red Green Blue C M Y K H S L
Decimal 42 190 39 0.78 0 0.79 0.25 118.81 0.66 0.45
Hex 2A BE 27 4E 0 4F 19 77 42 2D
Octal 52 276 47 116 0 117 31 167 102 55
Binary 101010 10111110 100111 1001110 0 1001111 11001 1110111 1000010 101101

Color Harmonies of #2ABE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE27

Black with #2ABE27

Text Example


Text Example

White with #2ABE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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