Html Css Color HEX #3CC82D Lime Green

📋 copy color: '#3CC82D'

red 60 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #3CC82D

Tints of Lime Green #3CC82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 19.67%
G = 65.57%
B = 14.75%

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

#3CC82D (or 0x3CC82D) is known color: Lime Green. HEX triplet: 3C, C8 and 2D. RGB value is (60,200,45). Sum of RGB (Red+Green+Blue) = 60+200+45=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC82D is #C337D2. Grayscale: #8C8C8C. Windows color (decimal): -12793811 or 3000380. OLE color: 3000380.

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

Color convert

RGB 60 200 45 -
CMYK 0.7 0 0.78 0.22
HSL 114.19º 0.63% 0.48% -
HSV(B) 114.19º 0.78% 0.78% -
XYZ 22.99 42.46 9.47 -
YUV 140.47 74.12 70.6 -
System Red Green Blue C M Y K H S L
Decimal 60 200 45 0.7 0 0.78 0.22 114.19 0.63 0.48
Hex 3C C8 2D 46 0 4E 16 72 3F 30
Octal 74 310 55 106 0 116 26 162 77 60
Binary 111100 11001000 101101 1000110 0 1001110 10110 1110010 111111 110000

Color Harmonies of #3CC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC82D

Black with #3CC82D

Text Example


Text Example

White with #3CC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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