Html Css Color HEX #3ADF33 Lime Green

📋 copy color: '#3ADF33'

red 58 ◦ green 223 ◦ blue 51

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

Shades of Lime Green #3ADF33

Tints of Lime Green #3ADF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 17.47%
G = 67.17%
B = 15.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#3ADF33 (or 0x3ADF33) is known color: Lime Green. HEX triplet: 3A, DF and 33. RGB value is (58,223,51). Sum of RGB (Red+Green+Blue) = 58+223+51=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 223 (87.5% from 255 or 67.17% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADF33 is #C520CC. Grayscale: #9A9A9A. Windows color (decimal): -12918989 or 3399482. OLE color: 3399482.

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

Color convert

RGB 58 223 51 -
CMYK 0.74 0 0.77 0.13
HSL 117.56º 0.73% 0.54% -
HSV(B) 117.56º 0.77% 0.87% -
XYZ 28.73 53.91 12.02 -
YUV 154.06 69.84 59.49 -
System Red Green Blue C M Y K H S L
Decimal 58 223 51 0.74 0 0.77 0.13 117.56 0.73 0.54
Hex 3A DF 33 4A 0 4D D 76 49 36
Octal 72 337 63 112 0 115 15 166 111 66
Binary 111010 11011111 110011 1001010 0 1001101 1101 1110110 1001001 110110

Color Harmonies of #3ADF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADF33

Black with #3ADF33

Text Example


Text Example

White with #3ADF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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