Html Css Color HEX #2AFB3E Lime Green

📋 copy color: '#2AFB3E'

red 42 ◦ green 251 ◦ blue 62

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

Shades of Lime Green #2AFB3E

Tints of Lime Green #2AFB3E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 70.7%

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

R = 11.83%
G = 70.7%
B = 17.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#2AFB3E (or 0x2AFB3E) is known color: Lime Green. HEX triplet: 2A, FB and 3E. RGB value is (42,251,62). Sum of RGB (Red+Green+Blue) = 42+251+62=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFB3E is #D504C1. Grayscale: #A7A7A7. Windows color (decimal): -13960386 or 4127530. OLE color: 4127530.

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

Color convert

RGB 42 251 62 -
CMYK 0.83 0 0.75 0.02
HSL 125.74º 0.96% 0.57% -
HSV(B) 125.74º 0.83% 0.98% -
XYZ 36.32 69.83 16.12 -
YUV 166.96 68.76 38.87 -
System Red Green Blue C M Y K H S L
Decimal 42 251 62 0.83 0 0.75 0.02 125.74 0.96 0.57
Hex 2A FB 3E 53 0 4B 2 7E 60 39
Octal 52 373 76 123 0 113 2 176 140 71
Binary 101010 11111011 111110 1010011 0 1001011 10 1111110 1100000 111001

Color Harmonies of #2AFB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFB3E

Black with #2AFB3E

Text Example


Text Example

White with #2AFB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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