Html Css Color HEX #3CDD33 Lime Green

📋 copy color: '#3CDD33'

red 60 ◦ green 221 ◦ blue 51

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

Shades of Lime Green #3CDD33

Tints of Lime Green #3CDD33

RGB

 RED value IS 60 (23.83% from 255) = 18.07%

 GREEN value IS 221 (86.72% from 255) = 66.57%

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

R = 18.07%
G = 66.57%
B = 15.36%

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

#3CDD33 (or 0x3CDD33) is known color: Lime Green. HEX triplet: 3C, DD and 33. RGB value is (60,221,51). Sum of RGB (Red+Green+Blue) = 60+221+51=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD33 is #C322CC. Grayscale: #9A9A9A. Windows color (decimal): -12788429 or 3398972. OLE color: 3398972.

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

Color convert

RGB 60 221 51 -
CMYK 0.73 0 0.77 0.13
HSL 116.82º 0.71% 0.53% -
HSV(B) 116.82º 0.77% 0.87% -
XYZ 28.32 52.91 11.85 -
YUV 153.48 70.16 61.32 -
System Red Green Blue C M Y K H S L
Decimal 60 221 51 0.73 0 0.77 0.13 116.82 0.71 0.53
Hex 3C DD 33 49 0 4D D 75 47 35
Octal 74 335 63 111 0 115 15 165 107 65
Binary 111100 11011101 110011 1001001 0 1001101 1101 1110101 1000111 110101

Color Harmonies of #3CDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD33

Black with #3CDD33

Text Example


Text Example

White with #3CDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,221,51); }

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

background-color css

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

 a { background-color: rgb(60,221,51); }

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

border-color css

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

 span { border-color: rgb(60,221,51); }

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