Html Css Color HEX #3DC23A Lime Green

📋 copy color: '#3DC23A'

red 61 ◦ green 194 ◦ blue 58

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

Shades of Lime Green #3DC23A

Tints of Lime Green #3DC23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 19.49%
G = 61.98%
B = 18.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#3DC23A (or 0x3DC23A) is known color: Lime Green. HEX triplet: 3D, C2 and 3A. RGB value is (61,194,58). Sum of RGB (Red+Green+Blue) = 61+194+58=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC23A is #C23DC5. Grayscale: #8B8B8B. Windows color (decimal): -12729798 or 3850813. OLE color: 3850813.

HSL color Cylindrical-coordinate representation of color #3DC23A: hue angle of 118.68º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC23A is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 194 58 -
CMYK 0.69 0 0.70 0.24
HSL 118.68º 0.54% 0.49% -
HSV(B) 118.68º 0.7% 0.76% -
XYZ 21.98 39.88 10.54 -
YUV 138.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 61 194 58 0.69 0 0.70 0.24 118.68 0.54 0.49
Hex 3D C2 3A 45 0 46 18 77 36 31
Octal 75 302 72 105 0 106 30 167 66 61
Binary 111101 11000010 111010 1000101 0 1000110 11000 1110111 110110 110001

Color Harmonies of #3DC23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC23A

Black with #3DC23A

Text Example


Text Example

White with #3DC23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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