Html Css Color HEX #3DC02C Lime Green

📋 copy color: '#3DC02C'

red 61 ◦ green 192 ◦ blue 44

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

Shades of Lime Green #3DC02C

Tints of Lime Green #3DC02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 20.54%
G = 64.65%
B = 14.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#3DC02C (or 0x3DC02C) is known color: Lime Green. HEX triplet: 3D, C0 and 2C. RGB value is (61,192,44). Sum of RGB (Red+Green+Blue) = 61+192+44=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC02C is #C23FD3. Grayscale: #888888. Windows color (decimal): -12730324 or 2932797. OLE color: 2932797.

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

Color convert

RGB 61 192 44 -
CMYK 0.68 0 0.77 0.25
HSL 113.11º 0.63% 0.46% -
HSV(B) 113.11º 0.77% 0.75% -
XYZ 21.23 38.87 8.77 -
YUV 135.96 76.1 74.53 -
System Red Green Blue C M Y K H S L
Decimal 61 192 44 0.68 0 0.77 0.25 113.11 0.63 0.46
Hex 3D C0 2C 44 0 4D 19 71 3F 2E
Octal 75 300 54 104 0 115 31 161 77 56
Binary 111101 11000000 101100 1000100 0 1001101 11001 1110001 111111 101110

Color Harmonies of #3DC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC02C

Black with #3DC02C

Text Example


Text Example

White with #3DC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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