Html Css Color HEX #3CCD30 Lime Green

📋 copy color: '#3CCD30'

red 60 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #3CCD30

Tints of Lime Green #3CCD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 65.5%

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

R = 19.17%
G = 65.5%
B = 15.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#3CCD30 (or 0x3CCD30) is known color: Lime Green. HEX triplet: 3C, CD and 30. RGB value is (60,205,48). Sum of RGB (Red+Green+Blue) = 60+205+48=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 205 (80.47% from 255 or 65.50% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD30 is #C332CF. Grayscale: #909090. Windows color (decimal): -12792528 or 3198268. OLE color: 3198268.

HSL color Cylindrical-coordinate representation of color #3CCD30: hue angle of 115.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CCD30 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 205 48 -
CMYK 0.71 0 0.77 0.20
HSL 115.41º 0.62% 0.5% -
HSV(B) 115.41º 0.77% 0.8% -
XYZ 24.23 44.84 10.17 -
YUV 143.75 73.96 68.27 -
System Red Green Blue C M Y K H S L
Decimal 60 205 48 0.71 0 0.77 0.20 115.41 0.62 0.5
Hex 3C CD 30 47 0 4D 14 73 3E 32
Octal 74 315 60 107 0 115 24 163 76 62
Binary 111100 11001101 110000 1000111 0 1001101 10100 1110011 111110 110010

Color Harmonies of #3CCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCD30

Black with #3CCD30

Text Example


Text Example

White with #3CCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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