Html Css Color HEX #3AED21 Lime Green

📋 copy color: '#3AED21'

red 58 ◦ green 237 ◦ blue 33

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

Shades of Lime Green #3AED21

Tints of Lime Green #3AED21

RGB

 RED value IS 58 (23.05% from 255) = 17.68%

 GREEN value IS 237 (92.97% from 255) = 72.26%

 BLUE value IS 33 (13.28% from 255) = 10.06%

R = 17.68%
G = 72.26%
B = 10.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#3AED21 (or 0x3AED21) is known color: Lime Green. HEX triplet: 3A, ED and 21. RGB value is (58,237,33). Sum of RGB (Red+Green+Blue) = 58+237+33=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 237 (92.97% from 255 or 72.26% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED21 is #C512DE. Grayscale: #A0A0A0. Windows color (decimal): -12915423 or 2223418. OLE color: 2223418.

HSL color Cylindrical-coordinate representation of color #3AED21: hue angle of 112.65º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AED21 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 33 -
CMYK 0.76 0 0.86 0.07
HSL 112.65º 0.85% 0.53% -
HSV(B) 112.65º 0.86% 0.93% -
XYZ 32.3 61.58 11.62 -
YUV 160.22 56.2 55.09 -
System Red Green Blue C M Y K H S L
Decimal 58 237 33 0.76 0 0.86 0.07 112.65 0.85 0.53
Hex 3A ED 21 4C 0 56 7 71 55 35
Octal 72 355 41 114 0 126 7 161 125 65
Binary 111010 11101101 100001 1001100 0 1010110 111 1110001 1010101 110101

Color Harmonies of #3AED21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED21

Black with #3AED21

Text Example


Text Example

White with #3AED21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AED21; }

 p { color: rgb(58,237,33); }

 H1.HeaderClassName
 {
   color: #3AED21;
 }
 .AnyTagClassName
 {
   color: #3AED21;
 }
</style>

background-color css

<style>
 a { background-color: #3AED21; }

 a { background-color: rgb(58,237,33); }

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

border-color css

<style>
 span { border-color: #3AED21; }

 span { border-color: rgb(58,237,33); }

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