Html Css Color HEX #2AF139 Lime Green

📋 copy color: '#2AF139'

red 42 ◦ green 241 ◦ blue 57

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

Shades of Lime Green #2AF139

Tints of Lime Green #2AF139

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.88%

 BLUE value IS 57 (22.66% from 255) = 16.76%

R = 12.35%
G = 70.88%
B = 16.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#2AF139 (or 0x2AF139) is known color: Lime Green. HEX triplet: 2A, F1 and 39. RGB value is (42,241,57). Sum of RGB (Red+Green+Blue) = 42+241+57=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF139 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF139 is #D50EC6. Grayscale: #A1A1A1. Windows color (decimal): -13962951 or 3797290. OLE color: 3797290.

HSL color Cylindrical-coordinate representation of color #2AF139: hue angle of 124.52º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF139 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 241 57 -
CMYK 0.83 0 0.76 0.05
HSL 124.52º 0.88% 0.55% -
HSV(B) 124.52º 0.83% 0.95% -
XYZ 33.15 63.7 14.42 -
YUV 160.52 69.57 43.46 -
System Red Green Blue C M Y K H S L
Decimal 42 241 57 0.83 0 0.76 0.05 124.52 0.88 0.55
Hex 2A F1 39 53 0 4C 5 7D 58 37
Octal 52 361 71 123 0 114 5 175 130 67
Binary 101010 11110001 111001 1010011 0 1001100 101 1111101 1011000 110111

Color Harmonies of #2AF139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF139

Black with #2AF139

Text Example


Text Example

White with #2AF139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,241,57); }

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

background-color css

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

 a { background-color: rgb(42,241,57); }

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

border-color css

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

 span { border-color: rgb(42,241,57); }

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