Html Css Color HEX #3CE320 Lime Green

📋 copy color: '#3CE320'

red 60 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #3CE320

Tints of Lime Green #3CE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 71.16%

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

R = 18.81%
G = 71.16%
B = 10.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#3CE320 (or 0x3CE320) is known color: Lime Green. HEX triplet: 3C, E3 and 20. RGB value is (60,227,32). Sum of RGB (Red+Green+Blue) = 60+227+32=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 227 (89.06% from 255 or 71.16% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE320 is #C31CDF. Grayscale: #9B9B9B. Windows color (decimal): -12786912 or 2155324. OLE color: 2155324.

HSL color Cylindrical-coordinate representation of color #3CE320: hue angle of 111.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CE320 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 227 32 -
CMYK 0.74 0 0.86 0.11
HSL 111.38º 0.78% 0.51% -
HSV(B) 111.38º 0.86% 0.89% -
XYZ 29.59 56 10.62 -
YUV 154.84 58.67 60.36 -
System Red Green Blue C M Y K H S L
Decimal 60 227 32 0.74 0 0.86 0.11 111.38 0.78 0.51
Hex 3C E3 20 4A 0 56 B 6F 4E 33
Octal 74 343 40 112 0 126 13 157 116 63
Binary 111100 11100011 100000 1001010 0 1010110 1011 1101111 1001110 110011

Color Harmonies of #3CE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE320

Black with #3CE320

Text Example


Text Example

White with #3CE320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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