Html Css Color HEX #3CD42B Lime Green

📋 copy color: '#3CD42B'

red 60 ◦ green 212 ◦ blue 43

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

Shades of Lime Green #3CD42B

Tints of Lime Green #3CD42B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 67.3%

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

R = 19.05%
G = 67.3%
B = 13.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#3CD42B (or 0x3CD42B) is known color: Lime Green. HEX triplet: 3C, D4 and 2B. RGB value is (60,212,43). Sum of RGB (Red+Green+Blue) = 60+212+43=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 212 (83.20% from 255 or 67.30% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD42B is #C32BD4. Grayscale: #939393. Windows color (decimal): -12790741 or 2872380. OLE color: 2872380.

HSL color Cylindrical-coordinate representation of color #3CD42B: hue angle of 113.96º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CD42B is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 212 43 -
CMYK 0.72 0 0.80 0.17
HSL 113.96º 0.66% 0.5% -
HSV(B) 113.96º 0.8% 0.83% -
XYZ 25.84 48.22 10.23 -
YUV 147.29 69.14 65.74 -
System Red Green Blue C M Y K H S L
Decimal 60 212 43 0.72 0 0.80 0.17 113.96 0.66 0.5
Hex 3C D4 2B 48 0 50 11 72 42 32
Octal 74 324 53 110 0 120 21 162 102 62
Binary 111100 11010100 101011 1001000 0 1010000 10001 1110010 1000010 110010

Color Harmonies of #3CD42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD42B

Black with #3CD42B

Text Example


Text Example

White with #3CD42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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