Html Css Color HEX #3DDA28 Lime Green

📋 copy color: '#3DDA28'

red 61 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #3DDA28

Tints of Lime Green #3DDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.34%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 19.12%
G = 68.34%
B = 12.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#3DDA28 (or 0x3DDA28) is known color: Lime Green. HEX triplet: 3D, DA and 28. RGB value is (61,218,40). Sum of RGB (Red+Green+Blue) = 61+218+40=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 218 (85.55% from 255 or 68.34% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA28 is #C225D7. Grayscale: #979797. Windows color (decimal): -12723672 or 2677309. OLE color: 2677309.

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

Color convert

RGB 61 218 40 -
CMYK 0.72 0 0.82 0.15
HSL 112.92º 0.71% 0.51% -
HSV(B) 112.92º 0.82% 0.85% -
XYZ 27.38 51.29 10.46 -
YUV 150.77 65.49 63.97 -
System Red Green Blue C M Y K H S L
Decimal 61 218 40 0.72 0 0.82 0.15 112.92 0.71 0.51
Hex 3D DA 28 48 0 52 F 71 47 33
Octal 75 332 50 110 0 122 17 161 107 63
Binary 111101 11011010 101000 1001000 0 1010010 1111 1110001 1000111 110011

Color Harmonies of #3DDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA28

Black with #3DDA28

Text Example


Text Example

White with #3DDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,218,40); }

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

background-color css

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

 a { background-color: rgb(61,218,40); }

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

border-color css

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

 span { border-color: rgb(61,218,40); }

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