Html Css Color HEX #3ADB1A Lime Green

📋 copy color: '#3ADB1A'

red 58 ◦ green 219 ◦ blue 26

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

Shades of Lime Green #3ADB1A

Tints of Lime Green #3ADB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 19.14%
G = 72.28%
B = 8.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#3ADB1A (or 0x3ADB1A) is known color: Lime Green. HEX triplet: 3A, DB and 1A. RGB value is (58,219,26). Sum of RGB (Red+Green+Blue) = 58+219+26=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 219 (85.94% from 255 or 72.28% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADB1A is #C524E5. Grayscale: #959595. Windows color (decimal): -12920038 or 1760058. OLE color: 1760058.

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

Color convert

RGB 58 219 26 -
CMYK 0.74 0 0.88 0.14
HSL 110.05º 0.79% 0.48% -
HSV(B) 110.05º 0.88% 0.86% -
XYZ 27.26 51.64 9.51 -
YUV 148.86 58.66 63.19 -
System Red Green Blue C M Y K H S L
Decimal 58 219 26 0.74 0 0.88 0.14 110.05 0.79 0.48
Hex 3A DB 1A 4A 0 58 E 6E 4F 30
Octal 72 333 32 112 0 130 16 156 117 60
Binary 111010 11011011 11010 1001010 0 1011000 1110 1101110 1001111 110000

Color Harmonies of #3ADB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADB1A

Black with #3ADB1A

Text Example


Text Example

White with #3ADB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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