Html Css Color HEX #3DC23F Lime Green

📋 copy color: '#3DC23F'

red 61 ◦ green 194 ◦ blue 63

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

Shades of Lime Green #3DC23F

Tints of Lime Green #3DC23F

RGB

 RED value IS 61 (24.22% from 255) = 19.18%

 GREEN value IS 194 (76.17% from 255) = 61.01%

 BLUE value IS 63 (25% from 255) = 19.81%

R = 19.18%
G = 61.01%
B = 19.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#3DC23F (or 0x3DC23F) is known color: Lime Green. HEX triplet: 3D, C2 and 3F. RGB value is (61,194,63). Sum of RGB (Red+Green+Blue) = 61+194+63=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC23F is #C23DC0. Grayscale: #8B8B8B. Windows color (decimal): -12729793 or 4178493. OLE color: 4178493.

HSL color Cylindrical-coordinate representation of color #3DC23F: hue angle of 120.9º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC23F is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 194 63 -
CMYK 0.69 0 0.68 0.24
HSL 120.9º 0.52% 0.5% -
HSV(B) 120.9º 0.69% 0.76% -
XYZ 22.11 39.93 11.25 -
YUV 139.3 84.94 72.15 -
System Red Green Blue C M Y K H S L
Decimal 61 194 63 0.69 0 0.68 0.24 120.9 0.52 0.5
Hex 3D C2 3F 45 0 44 18 79 34 32
Octal 75 302 77 105 0 104 30 171 64 62
Binary 111101 11000010 111111 1000101 0 1000100 11000 1111001 110100 110010

Color Harmonies of #3DC23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC23F

Black with #3DC23F

Text Example


Text Example

White with #3DC23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,194,63); }

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

background-color css

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

 a { background-color: rgb(61,194,63); }

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

border-color css

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

 span { border-color: rgb(61,194,63); }

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