Html Css Color HEX #3CDD30 Lime Green

📋 copy color: '#3CDD30'

red 60 ◦ green 221 ◦ blue 48

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

Shades of Lime Green #3CDD30

Tints of Lime Green #3CDD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 18.24%
G = 67.17%
B = 14.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#3CDD30 (or 0x3CDD30) is known color: Lime Green. HEX triplet: 3C, DD and 30. RGB value is (60,221,48). Sum of RGB (Red+Green+Blue) = 60+221+48=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD30 is #C322CF. Grayscale: #999999. Windows color (decimal): -12788432 or 3202364. OLE color: 3202364.

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

Color convert

RGB 60 221 48 -
CMYK 0.73 0 0.78 0.13
HSL 115.84º 0.72% 0.53% -
HSV(B) 115.84º 0.78% 0.87% -
XYZ 28.25 52.89 11.52 -
YUV 153.14 68.66 61.57 -
System Red Green Blue C M Y K H S L
Decimal 60 221 48 0.73 0 0.78 0.13 115.84 0.72 0.53
Hex 3C DD 30 49 0 4E D 74 48 35
Octal 74 335 60 111 0 116 15 164 110 65
Binary 111100 11011101 110000 1001001 0 1001110 1101 1110100 1001000 110101

Color Harmonies of #3CDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD30

Black with #3CDD30

Text Example


Text Example

White with #3CDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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