Html Css Color HEX #3AD23D Lime Green

📋 copy color: '#3AD23D'

red 58 ◦ green 210 ◦ blue 61

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

Shades of Lime Green #3AD23D

Tints of Lime Green #3AD23D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.83%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 17.63%
G = 63.83%
B = 18.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#3AD23D (or 0x3AD23D) is known color: Lime Green. HEX triplet: 3A, D2 and 3D. RGB value is (58,210,61). Sum of RGB (Red+Green+Blue) = 58+210+61=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD23D is #C52DC2. Grayscale: #949494. Windows color (decimal): -12922307 or 4051514. OLE color: 4051514.

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

Color convert

RGB 58 210 61 -
CMYK 0.72 0 0.71 0.18
HSL 121.18º 0.63% 0.53% -
HSV(B) 121.18º 0.72% 0.82% -
XYZ 25.63 47.33 12.2 -
YUV 147.57 79.14 64.12 -
System Red Green Blue C M Y K H S L
Decimal 58 210 61 0.72 0 0.71 0.18 121.18 0.63 0.53
Hex 3A D2 3D 48 0 47 12 79 3F 35
Octal 72 322 75 110 0 107 22 171 77 65
Binary 111010 11010010 111101 1001000 0 1000111 10010 1111001 111111 110101

Color Harmonies of #3AD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD23D

Black with #3AD23D

Text Example


Text Example

White with #3AD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,210,61); }

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

background-color css

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

 a { background-color: rgb(58,210,61); }

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

border-color css

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

 span { border-color: rgb(58,210,61); }

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