Html Css Color HEX #3CD423 Lime Green

📋 copy color: '#3CD423'

red 60 ◦ green 212 ◦ blue 35

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

Shades of Lime Green #3CD423

Tints of Lime Green #3CD423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.4%

R = 19.54%
G = 69.06%
B = 11.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#3CD423 (or 0x3CD423) is known color: Lime Green. HEX triplet: 3C, D4 and 23. RGB value is (60,212,35). Sum of RGB (Red+Green+Blue) = 60+212+35=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 212 (83.20% from 255 or 69.06% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD423 is #C32BDC. Grayscale: #929292. Windows color (decimal): -12790749 or 2348092. OLE color: 2348092.

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

Color convert

RGB 60 212 35 -
CMYK 0.72 0 0.83 0.17
HSL 111.53º 0.72% 0.48% -
HSV(B) 111.53º 0.83% 0.83% -
XYZ 25.71 48.17 9.53 -
YUV 146.37 65.14 66.39 -
System Red Green Blue C M Y K H S L
Decimal 60 212 35 0.72 0 0.83 0.17 111.53 0.72 0.48
Hex 3C D4 23 48 0 53 11 70 48 30
Octal 74 324 43 110 0 123 21 160 110 60
Binary 111100 11010100 100011 1001000 0 1010011 10001 1110000 1001000 110000

Color Harmonies of #3CD423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD423

Black with #3CD423

Text Example


Text Example

White with #3CD423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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