Html Css Color HEX #2ABF3A Lime Green

📋 copy color: '#2ABF3A'

red 42 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #2ABF3A

Tints of Lime Green #2ABF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 65.64%

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 14.43%
G = 65.64%
B = 19.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#2ABF3A (or 0x2ABF3A) is known color: Lime Green. HEX triplet: 2A, BF and 3A. RGB value is (42,191,58). Sum of RGB (Red+Green+Blue) = 42+191+58=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF3A is #D540C5. Grayscale: #838383. Windows color (decimal): -13975750 or 3850026. OLE color: 3850026.

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

Color convert

RGB 42 191 58 -
CMYK 0.78 0 0.70 0.25
HSL 126.44º 0.64% 0.46% -
HSV(B) 126.44º 0.78% 0.75% -
XYZ 20.35 38.06 10.28 -
YUV 131.29 86.64 64.31 -
System Red Green Blue C M Y K H S L
Decimal 42 191 58 0.78 0 0.70 0.25 126.44 0.64 0.46
Hex 2A BF 3A 4E 0 46 19 7E 40 2E
Octal 52 277 72 116 0 106 31 176 100 56
Binary 101010 10111111 111010 1001110 0 1000110 11001 1111110 1000000 101110

Color Harmonies of #2ABF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF3A

Black with #2ABF3A

Text Example


Text Example

White with #2ABF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,191,58); }

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

background-color css

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

 a { background-color: rgb(42,191,58); }

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

border-color css

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

 span { border-color: rgb(42,191,58); }

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