Html Css Color HEX #3CD921 Lime Green

📋 copy color: '#3CD921'

red 60 ◦ green 217 ◦ blue 33

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

Shades of Lime Green #3CD921

Tints of Lime Green #3CD921

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 19.35%
G = 70%
B = 10.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#3CD921 (or 0x3CD921) is known color: Lime Green. HEX triplet: 3C, D9 and 21. RGB value is (60,217,33). Sum of RGB (Red+Green+Blue) = 60+217+33=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 217 (85.16% from 255 or 70% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD921 is #C326DE. Grayscale: #959595. Windows color (decimal): -12789471 or 2218300. OLE color: 2218300.

HSL color Cylindrical-coordinate representation of color #3CD921: hue angle of 111.2º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CD921 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 217 33 -
CMYK 0.72 0 0.85 0.15
HSL 111.2º 0.74% 0.49% -
HSV(B) 111.2º 0.85% 0.85% -
XYZ 26.95 50.7 9.8 -
YUV 149.08 62.49 64.46 -
System Red Green Blue C M Y K H S L
Decimal 60 217 33 0.72 0 0.85 0.15 111.2 0.74 0.49
Hex 3C D9 21 48 0 55 F 6F 4A 31
Octal 74 331 41 110 0 125 17 157 112 61
Binary 111100 11011001 100001 1001000 0 1010101 1111 1101111 1001010 110001

Color Harmonies of #3CD921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD921

Black with #3CD921

Text Example


Text Example

White with #3CD921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,217,33); }

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

background-color css

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

 a { background-color: rgb(60,217,33); }

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

border-color css

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

 span { border-color: rgb(60,217,33); }

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