Html Css Color HEX #3ADF30 Lime Green

📋 copy color: '#3ADF30'

red 58 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #3ADF30

Tints of Lime Green #3ADF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 67.78%

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 17.63%
G = 67.78%
B = 14.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#3ADF30 (or 0x3ADF30) is known color: Lime Green. HEX triplet: 3A, DF and 30. RGB value is (58,223,48). Sum of RGB (Red+Green+Blue) = 58+223+48=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADF30 is #C520CF. Grayscale: #9A9A9A. Windows color (decimal): -12918992 or 3202874. OLE color: 3202874.

HSL color Cylindrical-coordinate representation of color #3ADF30: hue angle of 116.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ADF30 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 223 48 -
CMYK 0.74 0 0.78 0.13
HSL 116.57º 0.73% 0.53% -
HSV(B) 116.57º 0.78% 0.87% -
XYZ 28.67 53.89 11.69 -
YUV 153.72 68.34 59.73 -
System Red Green Blue C M Y K H S L
Decimal 58 223 48 0.74 0 0.78 0.13 116.57 0.73 0.53
Hex 3A DF 30 4A 0 4E D 75 49 35
Octal 72 337 60 112 0 116 15 165 111 65
Binary 111010 11011111 110000 1001010 0 1001110 1101 1110101 1001001 110101

Color Harmonies of #3ADF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADF30

Black with #3ADF30

Text Example


Text Example

White with #3ADF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,223,48); }

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

background-color css

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

 a { background-color: rgb(58,223,48); }

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

border-color css

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

 span { border-color: rgb(58,223,48); }

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