Html Css Color HEX #3CDD58 Lime Green

📋 copy color: '#3CDD58'

red 60 ◦ green 221 ◦ blue 88

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

Shades of Lime Green #3CDD58

Tints of Lime Green #3CDD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 16.26%
G = 59.89%
B = 23.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#3CDD58 (or 0x3CDD58) is known color: Lime Green. HEX triplet: 3C, DD and 58. RGB value is (60,221,88). Sum of RGB (Red+Green+Blue) = 60+221+88=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD58 is #C322A7. Grayscale: #9E9E9E. Windows color (decimal): -12788392 or 5823804. OLE color: 5823804.

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

Color convert

RGB 60 221 88 -
CMYK 0.73 0 0.60 0.13
HSL 130.43º 0.7% 0.55% -
HSV(B) 130.43º 0.73% 0.87% -
XYZ 29.48 53.38 17.98 -
YUV 157.7 88.66 58.31 -
System Red Green Blue C M Y K H S L
Decimal 60 221 88 0.73 0 0.60 0.13 130.43 0.7 0.55
Hex 3C DD 58 49 0 3C D 82 46 37
Octal 74 335 130 111 0 74 15 202 106 67
Binary 111100 11011101 1011000 1001001 0 111100 1101 10000010 1000110 110111

Color Harmonies of #3CDD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD58

Black with #3CDD58

Text Example


Text Example

White with #3CDD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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