Html Css Color HEX #3DC028 Lime Green

📋 copy color: '#3DC028'

red 61 ◦ green 192 ◦ blue 40

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

Shades of Lime Green #3DC028

Tints of Lime Green #3DC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.53%

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

R = 20.82%
G = 65.53%
B = 13.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#3DC028 (or 0x3DC028) is known color: Lime Green. HEX triplet: 3D, C0 and 28. RGB value is (61,192,40). Sum of RGB (Red+Green+Blue) = 61+192+40=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC028 is #C23FD7. Grayscale: #878787. Windows color (decimal): -12730328 or 2670653. OLE color: 2670653.

HSL color Cylindrical-coordinate representation of color #3DC028: hue angle of 111.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DC028 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 192 40 -
CMYK 0.68 0 0.79 0.25
HSL 111.71º 0.66% 0.45% -
HSV(B) 111.71º 0.79% 0.75% -
XYZ 21.16 38.84 8.39 -
YUV 135.5 74.1 74.86 -
System Red Green Blue C M Y K H S L
Decimal 61 192 40 0.68 0 0.79 0.25 111.71 0.66 0.45
Hex 3D C0 28 44 0 4F 19 70 42 2D
Octal 75 300 50 104 0 117 31 160 102 55
Binary 111101 11000000 101000 1000100 0 1001111 11001 1110000 1000010 101101

Color Harmonies of #3DC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC028

Black with #3DC028

Text Example


Text Example

White with #3DC028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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