Html Css Color HEX #2AF53D Lime Green

📋 copy color: '#2AF53D'

red 42 ◦ green 245 ◦ blue 61

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

Shades of Lime Green #2AF53D

Tints of Lime Green #2AF53D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.4%

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

R = 12.07%
G = 70.4%
B = 17.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#2AF53D (or 0x2AF53D) is known color: Lime Green. HEX triplet: 2A, F5 and 3D. RGB value is (42,245,61). Sum of RGB (Red+Green+Blue) = 42+245+61=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 245 (96.09% from 255 or 70.40% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF53D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF53D is #D50AC2. Grayscale: #A3A3A3. Windows color (decimal): -13961923 or 4060458. OLE color: 4060458.

HSL color Cylindrical-coordinate representation of color #2AF53D: hue angle of 125.62º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF53D is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 245 61 -
CMYK 0.83 0 0.75 0.04
HSL 125.62º 0.91% 0.56% -
HSV(B) 125.62º 0.83% 0.96% -
XYZ 34.45 66.13 15.36 -
YUV 163.33 70.25 41.46 -
System Red Green Blue C M Y K H S L
Decimal 42 245 61 0.83 0 0.75 0.04 125.62 0.91 0.56
Hex 2A F5 3D 53 0 4B 4 7E 5B 38
Octal 52 365 75 123 0 113 4 176 133 70
Binary 101010 11110101 111101 1010011 0 1001011 100 1111110 1011011 111000

Color Harmonies of #2AF53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF53D

Black with #2AF53D

Text Example


Text Example

White with #2AF53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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