Html Css Color HEX #3DDE33 Lime Green

📋 copy color: '#3DDE33'

red 61 ◦ green 222 ◦ blue 51

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

Shades of Lime Green #3DDE33

Tints of Lime Green #3DDE33

RGB

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

 GREEN value IS 222 (87.11% from 255) = 66.47%

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

R = 18.26%
G = 66.47%
B = 15.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#3DDE33 (or 0x3DDE33) is known color: Lime Green. HEX triplet: 3D, DE and 33. RGB value is (61,222,51). Sum of RGB (Red+Green+Blue) = 61+222+51=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 222 (87.11% from 255 or 66.47% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDE33 is #C221CC. Grayscale: #9A9A9A. Windows color (decimal): -12722637 or 3399229. OLE color: 3399229.

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

Color convert

RGB 61 222 51 -
CMYK 0.73 0 0.77 0.13
HSL 116.49º 0.72% 0.54% -
HSV(B) 116.49º 0.77% 0.87% -
XYZ 28.64 53.47 11.94 -
YUV 154.37 69.66 61.4 -
System Red Green Blue C M Y K H S L
Decimal 61 222 51 0.73 0 0.77 0.13 116.49 0.72 0.54
Hex 3D DE 33 49 0 4D D 74 48 36
Octal 75 336 63 111 0 115 15 164 110 66
Binary 111101 11011110 110011 1001001 0 1001101 1101 1110100 1001000 110110

Color Harmonies of #3DDE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDE33

Black with #3DDE33

Text Example


Text Example

White with #3DDE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,222,51); }

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

background-color css

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

 a { background-color: rgb(61,222,51); }

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

border-color css

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

 span { border-color: rgb(61,222,51); }

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