Html Css Color HEX #3CCE30 Lime Green

📋 copy color: '#3CCE30'

red 60 ◦ green 206 ◦ blue 48

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

Shades of Lime Green #3CCE30

Tints of Lime Green #3CCE30

RGB

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

 GREEN value IS 206 (80.86% from 255) = 65.61%

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

R = 19.11%
G = 65.61%
B = 15.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#3CCE30 (or 0x3CCE30) is known color: Lime Green. HEX triplet: 3C, CE and 30. RGB value is (60,206,48). Sum of RGB (Red+Green+Blue) = 60+206+48=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCE30 is #C331CF. Grayscale: #909090. Windows color (decimal): -12792272 or 3198524. OLE color: 3198524.

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

Color convert

RGB 60 206 48 -
CMYK 0.71 0 0.77 0.19
HSL 115.44º 0.62% 0.5% -
HSV(B) 115.44º 0.77% 0.81% -
XYZ 24.47 45.32 10.25 -
YUV 144.33 73.63 67.85 -
System Red Green Blue C M Y K H S L
Decimal 60 206 48 0.71 0 0.77 0.19 115.44 0.62 0.5
Hex 3C CE 30 47 0 4D 13 73 3E 32
Octal 74 316 60 107 0 115 23 163 76 62
Binary 111100 11001110 110000 1000111 0 1001101 10011 1110011 111110 110010

Color Harmonies of #3CCE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCE30

Black with #3CCE30

Text Example


Text Example

White with #3CCE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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