Html Css Color HEX #3DDF30 Lime Green

📋 copy color: '#3DDF30'

red 61 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #3DDF30

Tints of Lime Green #3DDF30

RGB

 RED value IS 61 (24.22% from 255) = 18.37%

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

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

R = 18.37%
G = 67.17%
B = 14.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#3DDF30 (or 0x3DDF30) is known color: Lime Green. HEX triplet: 3D, DF and 30. RGB value is (61,223,48). Sum of RGB (Red+Green+Blue) = 61+223+48=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 223 (87.5% from 255 or 67.17% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF30 is #C220CF. Grayscale: #9B9B9B. Windows color (decimal): -12722384 or 3202877. OLE color: 3202877.

HSL color Cylindrical-coordinate representation of color #3DDF30: hue angle of 115.54º 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 #3DDF30 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 223 48 -
CMYK 0.73 0 0.78 0.13
HSL 115.54º 0.73% 0.53% -
HSV(B) 115.54º 0.78% 0.87% -
XYZ 28.85 53.98 11.7 -
YUV 154.61 67.83 61.23 -
System Red Green Blue C M Y K H S L
Decimal 61 223 48 0.73 0 0.78 0.13 115.54 0.73 0.53
Hex 3D DF 30 49 0 4E D 74 49 35
Octal 75 337 60 111 0 116 15 164 111 65
Binary 111101 11011111 110000 1001001 0 1001110 1101 1110100 1001001 110101

Color Harmonies of #3DDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF30

Black with #3DDF30

Text Example


Text Example

White with #3DDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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