Html Css Color HEX #3DC228 Lime Green

📋 copy color: '#3DC228'

red 61 ◦ green 194 ◦ blue 40

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

Shades of Lime Green #3DC228

Tints of Lime Green #3DC228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 20.68%
G = 65.76%
B = 13.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#3DC228 (or 0x3DC228) is known color: Lime Green. HEX triplet: 3D, C2 and 28. RGB value is (61,194,40). Sum of RGB (Red+Green+Blue) = 61+194+40=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC228 is #C23DD7. Grayscale: #898989. Windows color (decimal): -12729816 or 2671165. OLE color: 2671165.

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

Color convert

RGB 61 194 40 -
CMYK 0.69 0 0.79 0.24
HSL 111.82º 0.66% 0.46% -
HSV(B) 111.82º 0.79% 0.76% -
XYZ 21.6 39.73 8.54 -
YUV 136.68 73.44 74.02 -
System Red Green Blue C M Y K H S L
Decimal 61 194 40 0.69 0 0.79 0.24 111.82 0.66 0.46
Hex 3D C2 28 45 0 4F 18 70 42 2E
Octal 75 302 50 105 0 117 30 160 102 56
Binary 111101 11000010 101000 1000101 0 1001111 11000 1110000 1000010 101110

Color Harmonies of #3DC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC228

Black with #3DC228

Text Example


Text Example

White with #3DC228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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