Html Css Color HEX #3CCB20 Lime Green

📋 copy color: '#3CCB20'

red 60 ◦ green 203 ◦ blue 32

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

Shades of Lime Green #3CCB20

Tints of Lime Green #3CCB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 68.81%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 20.34%
G = 68.81%
B = 10.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#3CCB20 (or 0x3CCB20) is known color: Lime Green. HEX triplet: 3C, CB and 20. RGB value is (60,203,32). Sum of RGB (Red+Green+Blue) = 60+203+32=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 203 (79.69% from 255 or 68.81% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB20 is #C334DF. Grayscale: #8D8D8D. Windows color (decimal): -12793056 or 2149180. OLE color: 2149180.

HSL color Cylindrical-coordinate representation of color #3CCB20: hue angle of 110.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CCB20 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 32 -
CMYK 0.70 0 0.84 0.20
HSL 110.18º 0.73% 0.46% -
HSV(B) 110.18º 0.84% 0.8% -
XYZ 23.48 43.78 8.58 -
YUV 140.75 66.62 70.4 -
System Red Green Blue C M Y K H S L
Decimal 60 203 32 0.70 0 0.84 0.20 110.18 0.73 0.46
Hex 3C CB 20 46 0 54 14 6E 49 2E
Octal 74 313 40 106 0 124 24 156 111 56
Binary 111100 11001011 100000 1000110 0 1010100 10100 1101110 1001001 101110

Color Harmonies of #3CCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCB20

Black with #3CCB20

Text Example


Text Example

White with #3CCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,203,32); }

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

background-color css

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

 a { background-color: rgb(60,203,32); }

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

border-color css

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

 span { border-color: rgb(60,203,32); }

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