Html Css Color HEX #2AF83D Lime Green

📋 copy color: '#2AF83D'

red 42 ◦ green 248 ◦ blue 61

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

Shades of Lime Green #2AF83D

Tints of Lime Green #2AF83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 11.97%
G = 70.66%
B = 17.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#2AF83D (or 0x2AF83D) is known color: Lime Green. HEX triplet: 2A, F8 and 3D. RGB value is (42,248,61). Sum of RGB (Red+Green+Blue) = 42+248+61=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 248 (97.27% from 255 or 70.66% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF83D is #D507C2. Grayscale: #A5A5A5. Windows color (decimal): -13961155 or 4061226. OLE color: 4061226.

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

Color convert

RGB 42 248 61 -
CMYK 0.83 0 0.75 0.03
HSL 125.53º 0.94% 0.57% -
HSV(B) 125.53º 0.83% 0.97% -
XYZ 35.36 67.96 15.67 -
YUV 165.09 69.25 40.21 -
System Red Green Blue C M Y K H S L
Decimal 42 248 61 0.83 0 0.75 0.03 125.53 0.94 0.57
Hex 2A F8 3D 53 0 4B 3 7E 5E 39
Octal 52 370 75 123 0 113 3 176 136 71
Binary 101010 11111000 111101 1010011 0 1001011 11 1111110 1011110 111001

Color Harmonies of #2AF83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF83D

Black with #2AF83D

Text Example


Text Example

White with #2AF83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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