Html Css Color HEX #3ADF34 Lime Green

📋 copy color: '#3ADF34'

red 58 ◦ green 223 ◦ blue 52

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

Shades of Lime Green #3ADF34

Tints of Lime Green #3ADF34

RGB

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

 GREEN value IS 223 (87.5% from 255) = 66.97%

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

R = 17.42%
G = 66.97%
B = 15.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#3ADF34 (or 0x3ADF34) is known color: Lime Green. HEX triplet: 3A, DF and 34. RGB value is (58,223,52). Sum of RGB (Red+Green+Blue) = 58+223+52=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADF34 is #C520CB. Grayscale: #9A9A9A. Windows color (decimal): -12918988 or 3465018. OLE color: 3465018.

HSL color Cylindrical-coordinate representation of color #3ADF34: hue angle of 117.89º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADF34 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 223 52 -
CMYK 0.74 0 0.77 0.13
HSL 117.89º 0.73% 0.54% -
HSV(B) 117.89º 0.77% 0.87% -
XYZ 28.75 53.92 12.14 -
YUV 154.17 70.34 59.4 -
System Red Green Blue C M Y K H S L
Decimal 58 223 52 0.74 0 0.77 0.13 117.89 0.73 0.54
Hex 3A DF 34 4A 0 4D D 76 49 36
Octal 72 337 64 112 0 115 15 166 111 66
Binary 111010 11011111 110100 1001010 0 1001101 1101 1110110 1001001 110110

Color Harmonies of #3ADF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADF34

Black with #3ADF34

Text Example


Text Example

White with #3ADF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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