Html Css Color HEX #3CC82B Lime Green

📋 copy color: '#3CC82B'

red 60 ◦ green 200 ◦ blue 43

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

Shades of Lime Green #3CC82B

Tints of Lime Green #3CC82B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 66.01%

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 19.8%
G = 66.01%
B = 14.19%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#3CC82B (or 0x3CC82B) is known color: Lime Green. HEX triplet: 3C, C8 and 2B. RGB value is (60,200,43). Sum of RGB (Red+Green+Blue) = 60+200+43=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC82B is #C337D4. Grayscale: #8C8C8C. Windows color (decimal): -12793813 or 2869308. OLE color: 2869308.

HSL color Cylindrical-coordinate representation of color #3CC82B: hue angle of 113.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CC82B is Cyan = 0.7, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 200 43 -
CMYK 0.7 0 0.78 0.22
HSL 113.5º 0.65% 0.48% -
HSV(B) 113.5º 0.79% 0.78% -
XYZ 22.95 42.44 9.27 -
YUV 140.24 73.12 70.77 -
System Red Green Blue C M Y K H S L
Decimal 60 200 43 0.7 0 0.78 0.22 113.5 0.65 0.48
Hex 3C C8 2B 46 0 4E 16 72 41 30
Octal 74 310 53 106 0 116 26 162 101 60
Binary 111100 11001000 101011 1000110 0 1001110 10110 1110010 1000001 110000

Color Harmonies of #3CC82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC82B

Black with #3CC82B

Text Example


Text Example

White with #3CC82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,200,43); }

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

background-color css

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

 a { background-color: rgb(60,200,43); }

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

border-color css

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

 span { border-color: rgb(60,200,43); }

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