Html Css Color HEX #2AF82E Lime Green

📋 copy color: '#2AF82E'

red 42 ◦ green 248 ◦ blue 46

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

Shades of Lime Green #2AF82E

Tints of Lime Green #2AF82E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 73.81%

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 12.5%
G = 73.81%
B = 13.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#2AF82E (or 0x2AF82E) is known color: Lime Green. HEX triplet: 2A, F8 and 2E. RGB value is (42,248,46). Sum of RGB (Red+Green+Blue) = 42+248+46=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 248 (97.27% from 255 or 73.81% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF82E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF82E is #D507D1. Grayscale: #A3A3A3. Windows color (decimal): -13961170 or 3078186. OLE color: 3078186.

HSL color Cylindrical-coordinate representation of color #2AF82E: hue angle of 121.17º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF82E is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 248 46 -
CMYK 0.83 0 0.81 0.03
HSL 121.17º 0.94% 0.57% -
HSV(B) 121.17º 0.83% 0.97% -
XYZ 35.02 67.82 13.83 -
YUV 163.38 61.75 41.43 -
System Red Green Blue C M Y K H S L
Decimal 42 248 46 0.83 0 0.81 0.03 121.17 0.94 0.57
Hex 2A F8 2E 53 0 51 3 79 5E 39
Octal 52 370 56 123 0 121 3 171 136 71
Binary 101010 11111000 101110 1010011 0 1010001 11 1111001 1011110 111001

Color Harmonies of #2AF82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF82E

Black with #2AF82E

Text Example


Text Example

White with #2AF82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,248,46); }

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

background-color css

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

 a { background-color: rgb(42,248,46); }

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

border-color css

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

 span { border-color: rgb(42,248,46); }

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