Html Css Color HEX #2AFB3F Lime Green

📋 copy color: '#2AFB3F'

red 42 ◦ green 251 ◦ blue 63

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

Shades of Lime Green #2AFB3F

Tints of Lime Green #2AFB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.7%

R = 11.8%
G = 70.51%
B = 17.7%

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

#2AFB3F (or 0x2AFB3F) is known color: Lime Green. HEX triplet: 2A, FB and 3F. RGB value is (42,251,63). Sum of RGB (Red+Green+Blue) = 42+251+63=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 251 (98.44% from 255 or 70.51% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFB3F is #D504C0. Grayscale: #A7A7A7. Windows color (decimal): -13960385 or 4193066. OLE color: 4193066.

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

Color convert

RGB 42 251 63 -
CMYK 0.83 0 0.75 0.02
HSL 126.03º 0.96% 0.57% -
HSV(B) 126.03º 0.83% 0.98% -
XYZ 36.35 69.85 16.27 -
YUV 167.08 69.26 38.79 -
System Red Green Blue C M Y K H S L
Decimal 42 251 63 0.83 0 0.75 0.02 126.03 0.96 0.57
Hex 2A FB 3F 53 0 4B 2 7E 60 39
Octal 52 373 77 123 0 113 2 176 140 71
Binary 101010 11111011 111111 1010011 0 1001011 10 1111110 1100000 111001

Color Harmonies of #2AFB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFB3F

Black with #2AFB3F

Text Example


Text Example

White with #2AFB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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