Html Css Color HEX #3CDE15 Lime Green

📋 copy color: '#3CDE15'

red 60 ◦ green 222 ◦ blue 21

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

Shades of Lime Green #3CDE15

Tints of Lime Green #3CDE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.27%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 19.8%
G = 73.27%
B = 6.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#3CDE15 (or 0x3CDE15) is known color: Lime Green. HEX triplet: 3C, DE and 15. RGB value is (60,222,21). Sum of RGB (Red+Green+Blue) = 60+222+21=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 222 (87.11% from 255 or 73.27% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDE15 is #C321EA. Grayscale: #979797. Windows color (decimal): -12788203 or 1433148. OLE color: 1433148.

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

Color convert

RGB 60 222 21 -
CMYK 0.73 0 0.91 0.13
HSL 108.36º 0.83% 0.48% -
HSV(B) 108.36º 0.91% 0.87% -
XYZ 28.12 53.26 9.51 -
YUV 150.65 54.83 63.34 -
System Red Green Blue C M Y K H S L
Decimal 60 222 21 0.73 0 0.91 0.13 108.36 0.83 0.48
Hex 3C DE 15 49 0 5B D 6C 53 30
Octal 74 336 25 111 0 133 15 154 123 60
Binary 111100 11011110 10101 1001001 0 1011011 1101 1101100 1010011 110000

Color Harmonies of #3CDE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDE15

Black with #3CDE15

Text Example


Text Example

White with #3CDE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,222,21); }

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

background-color css

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

 a { background-color: rgb(60,222,21); }

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

border-color css

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

 span { border-color: rgb(60,222,21); }

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