Html Css Color HEX #2AF132 Lime Green

📋 copy color: '#2AF132'

red 42 ◦ green 241 ◦ blue 50

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

Shades of Lime Green #2AF132

Tints of Lime Green #2AF132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 12.61%
G = 72.37%
B = 15.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#2AF132 (or 0x2AF132) is known color: Lime Green. HEX triplet: 2A, F1 and 32. RGB value is (42,241,50). Sum of RGB (Red+Green+Blue) = 42+241+50=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF132 is #D50ECD. Grayscale: #A0A0A0. Windows color (decimal): -13962958 or 3338538. OLE color: 3338538.

HSL color Cylindrical-coordinate representation of color #2AF132: hue angle of 122.41º 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 #2AF132 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 241 50 -
CMYK 0.83 0 0.79 0.05
HSL 122.41º 0.88% 0.55% -
HSV(B) 122.41º 0.83% 0.95% -
XYZ 32.99 63.63 13.56 -
YUV 159.73 66.07 44.03 -
System Red Green Blue C M Y K H S L
Decimal 42 241 50 0.83 0 0.79 0.05 122.41 0.88 0.55
Hex 2A F1 32 53 0 4F 5 7A 58 37
Octal 52 361 62 123 0 117 5 172 130 67
Binary 101010 11110001 110010 1010011 0 1001111 101 1111010 1011000 110111

Color Harmonies of #2AF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF132

Black with #2AF132

Text Example


Text Example

White with #2AF132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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