Html Css Color HEX #2AF23E Lime Green

📋 copy color: '#2AF23E'

red 42 ◦ green 242 ◦ blue 62

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

Shades of Lime Green #2AF23E

Tints of Lime Green #2AF23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 12.14%
G = 69.94%
B = 17.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#2AF23E (or 0x2AF23E) is known color: Lime Green. HEX triplet: 2A, F2 and 3E. RGB value is (42,242,62). Sum of RGB (Red+Green+Blue) = 42+242+62=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF23E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF23E is #D50DC1. Grayscale: #A2A2A2. Windows color (decimal): -13962690 or 4125226. OLE color: 4125226.

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

Color convert

RGB 42 242 62 -
CMYK 0.83 0 0.74 0.05
HSL 126º 0.88% 0.56% -
HSV(B) 126º 0.83% 0.95% -
XYZ 33.58 64.34 15.21 -
YUV 161.68 71.74 42.64 -
System Red Green Blue C M Y K H S L
Decimal 42 242 62 0.83 0 0.74 0.05 126 0.88 0.56
Hex 2A F2 3E 53 0 4A 5 7E 58 38
Octal 52 362 76 123 0 112 5 176 130 70
Binary 101010 11110010 111110 1010011 0 1001010 101 1111110 1011000 111000

Color Harmonies of #2AF23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF23E

Black with #2AF23E

Text Example


Text Example

White with #2AF23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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