Html Css Color HEX #3AED34 Lime Green

📋 copy color: '#3AED34'

red 58 ◦ green 237 ◦ blue 52

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

Shades of Lime Green #3AED34

Tints of Lime Green #3AED34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.99%

R = 16.71%
G = 68.3%
B = 14.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#3AED34 (or 0x3AED34) is known color: Lime Green. HEX triplet: 3A, ED and 34. RGB value is (58,237,52). Sum of RGB (Red+Green+Blue) = 58+237+52=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 237 (92.97% from 255 or 68.30% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED34 is #C512CB. Grayscale: #A2A2A2. Windows color (decimal): -12915404 or 3468602. OLE color: 3468602.

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

Color convert

RGB 58 237 52 -
CMYK 0.76 0 0.78 0.07
HSL 118.05º 0.84% 0.57% -
HSV(B) 118.05º 0.78% 0.93% -
XYZ 32.65 61.72 13.44 -
YUV 162.39 65.7 53.54 -
System Red Green Blue C M Y K H S L
Decimal 58 237 52 0.76 0 0.78 0.07 118.05 0.84 0.57
Hex 3A ED 34 4C 0 4E 7 76 54 39
Octal 72 355 64 114 0 116 7 166 124 71
Binary 111010 11101101 110100 1001100 0 1001110 111 1110110 1010100 111001

Color Harmonies of #3AED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED34

Black with #3AED34

Text Example


Text Example

White with #3AED34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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