Html Css Color HEX #3CDD3B Lime Green

📋 copy color: '#3CDD3B'

red 60 ◦ green 221 ◦ blue 59

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

Shades of Lime Green #3CDD3B

Tints of Lime Green #3CDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.35%

R = 17.65%
G = 65%
B = 17.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#3CDD3B (or 0x3CDD3B) is known color: Lime Green. HEX triplet: 3C, DD and 3B. RGB value is (60,221,59). Sum of RGB (Red+Green+Blue) = 60+221+59=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD3B is #C322C4. Grayscale: #9A9A9A. Windows color (decimal): -12788421 or 3923260. OLE color: 3923260.

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

Color convert

RGB 60 221 59 -
CMYK 0.73 0 0.73 0.13
HSL 119.63º 0.7% 0.55% -
HSV(B) 119.63º 0.73% 0.87% -
XYZ 28.51 52.99 12.86 -
YUV 154.39 74.16 60.67 -
System Red Green Blue C M Y K H S L
Decimal 60 221 59 0.73 0 0.73 0.13 119.63 0.7 0.55
Hex 3C DD 3B 49 0 49 D 78 46 37
Octal 74 335 73 111 0 111 15 170 106 67
Binary 111100 11011101 111011 1001001 0 1001001 1101 1111000 1000110 110111

Color Harmonies of #3CDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD3B

Black with #3CDD3B

Text Example


Text Example

White with #3CDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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