Html Css Color HEX #3ADB45 Lime Green

📋 copy color: '#3ADB45'

red 58 ◦ green 219 ◦ blue 69

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

Shades of Lime Green #3ADB45

Tints of Lime Green #3ADB45

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.29%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 16.76%
G = 63.29%
B = 19.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#3ADB45 (or 0x3ADB45) is known color: Lime Green. HEX triplet: 3A, DB and 45. RGB value is (58,219,69). Sum of RGB (Red+Green+Blue) = 58+219+69=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADB45 is #C524BA. Grayscale: #9A9A9A. Windows color (decimal): -12919995 or 4578106. OLE color: 4578106.

HSL color Cylindrical-coordinate representation of color #3ADB45: hue angle of 124.1º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADB45 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 219 69 -
CMYK 0.74 0 0.68 0.14
HSL 124.1º 0.69% 0.54% -
HSV(B) 124.1º 0.74% 0.86% -
XYZ 28.15 51.99 14.18 -
YUV 153.76 80.16 59.7 -
System Red Green Blue C M Y K H S L
Decimal 58 219 69 0.74 0 0.68 0.14 124.1 0.69 0.54
Hex 3A DB 45 4A 0 44 E 7C 45 36
Octal 72 333 105 112 0 104 16 174 105 66
Binary 111010 11011011 1000101 1001010 0 1000100 1110 1111100 1000101 110110

Color Harmonies of #3ADB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADB45

Black with #3ADB45

Text Example


Text Example

White with #3ADB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,219,69); }

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

background-color css

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

 a { background-color: rgb(58,219,69); }

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

border-color css

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

 span { border-color: rgb(58,219,69); }

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