Html Css Color HEX #3AD74B Lime Green

📋 copy color: '#3AD74B'

red 58 ◦ green 215 ◦ blue 75

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

Shades of Lime Green #3AD74B

Tints of Lime Green #3AD74B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.78%

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

R = 16.67%
G = 61.78%
B = 21.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#3AD74B (or 0x3AD74B) is known color: Lime Green. HEX triplet: 3A, D7 and 4B. RGB value is (58,215,75). Sum of RGB (Red+Green+Blue) = 58+215+75=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD74B is #C528B4. Grayscale: #989898. Windows color (decimal): -12921013 or 4970298. OLE color: 4970298.

HSL color Cylindrical-coordinate representation of color #3AD74B: hue angle of 126.5º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD74B is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 215 75 -
CMYK 0.73 0 0.65 0.16
HSL 126.5º 0.66% 0.54% -
HSV(B) 126.5º 0.73% 0.84% -
XYZ 27.32 50.01 14.87 -
YUV 152.1 84.49 60.88 -
System Red Green Blue C M Y K H S L
Decimal 58 215 75 0.73 0 0.65 0.16 126.5 0.66 0.54
Hex 3A D7 4B 49 0 41 10 7E 42 36
Octal 72 327 113 111 0 101 20 176 102 66
Binary 111010 11010111 1001011 1001001 0 1000001 10000 1111110 1000010 110110

Color Harmonies of #3AD74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD74B

Black with #3AD74B

Text Example


Text Example

White with #3AD74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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