Html Css Color HEX #3AD04B Lime Green

📋 copy color: '#3AD04B'

red 58 ◦ green 208 ◦ blue 75

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

Shades of Lime Green #3AD04B

Tints of Lime Green #3AD04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61%

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 17.01%
G = 61%
B = 21.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#3AD04B (or 0x3AD04B) is known color: Lime Green. HEX triplet: 3A, D0 and 4B. RGB value is (58,208,75). Sum of RGB (Red+Green+Blue) = 58+208+75=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD04B is #C52FB4. Grayscale: #949494. Windows color (decimal): -12922805 or 4968506. OLE color: 4968506.

HSL color Cylindrical-coordinate representation of color #3AD04B: hue angle of 126.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD04B is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 75 -
CMYK 0.72 0 0.64 0.18
HSL 126.8º 0.61% 0.52% -
HSV(B) 126.8º 0.72% 0.82% -
XYZ 25.57 46.52 14.29 -
YUV 147.99 86.81 63.81 -
System Red Green Blue C M Y K H S L
Decimal 58 208 75 0.72 0 0.64 0.18 126.8 0.61 0.52
Hex 3A D0 4B 48 0 40 12 7F 3D 34
Octal 72 320 113 110 0 100 22 177 75 64
Binary 111010 11010000 1001011 1001000 0 1000000 10010 1111111 111101 110100

Color Harmonies of #3AD04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD04B

Black with #3AD04B

Text Example


Text Example

White with #3AD04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,208,75); }

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

background-color css

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

 a { background-color: rgb(58,208,75); }

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

border-color css

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

 span { border-color: rgb(58,208,75); }

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