Html Css Color HEX #2AF232 Lime Green

📋 copy color: '#2AF232'

red 42 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #2AF232

Tints of Lime Green #2AF232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.46%

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

R = 12.57%
G = 72.46%
B = 14.97%

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

#2AF232 (or 0x2AF232) is known color: Lime Green. HEX triplet: 2A, F2 and 32. RGB value is (42,242,50). Sum of RGB (Red+Green+Blue) = 42+242+50=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF232 is #D50DCD. Grayscale: #A0A0A0. Windows color (decimal): -13962702 or 3338794. OLE color: 3338794.

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

Color convert

RGB 42 242 50 -
CMYK 0.83 0 0.79 0.05
HSL 122.4º 0.88% 0.56% -
HSV(B) 122.4º 0.83% 0.95% -
XYZ 33.28 64.23 13.66 -
YUV 160.31 65.74 43.61 -
System Red Green Blue C M Y K H S L
Decimal 42 242 50 0.83 0 0.79 0.05 122.4 0.88 0.56
Hex 2A F2 32 53 0 4F 5 7A 58 38
Octal 52 362 62 123 0 117 5 172 130 70
Binary 101010 11110010 110010 1010011 0 1001111 101 1111010 1011000 111000

Color Harmonies of #2AF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF232

Black with #2AF232

Text Example


Text Example

White with #2AF232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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