Html Css Color HEX #2AFF3A Lime Green

📋 copy color: '#2AFF3A'

red 42 ◦ green 255 ◦ blue 58

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

Shades of Lime Green #2AFF3A

Tints of Lime Green #2AFF3A

RGB

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

 GREEN value IS 255 (100% from 255) = 71.83%

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 11.83%
G = 71.83%
B = 16.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#2AFF3A (or 0x2AFF3A) is known color: Lime Green. HEX triplet: 2A, FF and 3A. RGB value is (42,255,58). Sum of RGB (Red+Green+Blue) = 42+255+58=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF3A is #D500C5. Grayscale: #A9A9A9. Windows color (decimal): -13959366 or 3866410. OLE color: 3866410.

HSL color Cylindrical-coordinate representation of color #2AFF3A: hue angle of 124.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF3A is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 42 255 58 -
CMYK 0.84 0 0.77 0
HSL 124.51º 1% 0.58% -
HSV(B) 124.51º 0.84% 1% -
XYZ 37.48 72.32 15.99 -
YUV 168.86 65.43 37.52 -
System Red Green Blue C M Y K H S L
Decimal 42 255 58 0.84 0 0.77 0 124.51 1 0.58
Hex 2A FF 3A 54 0 4D 0 7D 64 3A
Octal 52 377 72 124 0 115 0 175 144 72
Binary 101010 11111111 111010 1010100 0 1001101 0 1111101 1100100 111010

Color Harmonies of #2AFF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF3A

Black with #2AFF3A

Text Example


Text Example

White with #2AFF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,255,58); }

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

background-color css

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

 a { background-color: rgb(42,255,58); }

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

border-color css

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

 span { border-color: rgb(42,255,58); }

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