Html Css Color HEX #3CDD2C Lime Green

📋 copy color: '#3CDD2C'

red 60 ◦ green 221 ◦ blue 44

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

Shades of Lime Green #3CDD2C

Tints of Lime Green #3CDD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 18.46%
G = 68%
B = 13.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#3CDD2C (or 0x3CDD2C) is known color: Lime Green. HEX triplet: 3C, DD and 2C. RGB value is (60,221,44). Sum of RGB (Red+Green+Blue) = 60+221+44=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD2C is #C322D3. Grayscale: #999999. Windows color (decimal): -12788436 or 2940220. OLE color: 2940220.

HSL color Cylindrical-coordinate representation of color #3CDD2C: hue angle of 114.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CDD2C is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 221 44 -
CMYK 0.73 0 0.80 0.13
HSL 114.58º 0.72% 0.52% -
HSV(B) 114.58º 0.8% 0.87% -
XYZ 28.17 52.86 11.1 -
YUV 152.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 60 221 44 0.73 0 0.80 0.13 114.58 0.72 0.52
Hex 3C DD 2C 49 0 50 D 73 48 34
Octal 74 335 54 111 0 120 15 163 110 64
Binary 111100 11011101 101100 1001001 0 1010000 1101 1110011 1001000 110100

Color Harmonies of #3CDD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD2C

Black with #3CDD2C

Text Example


Text Example

White with #3CDD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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