Html Css Color HEX #3DC03F Lime Green

📋 copy color: '#3DC03F'

red 61 ◦ green 192 ◦ blue 63

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

Shades of Lime Green #3DC03F

Tints of Lime Green #3DC03F

RGB

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

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

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

R = 19.3%
G = 60.76%
B = 19.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#3DC03F (or 0x3DC03F) is known color: Lime Green. HEX triplet: 3D, C0 and 3F. RGB value is (61,192,63). Sum of RGB (Red+Green+Blue) = 61+192+63=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC03F is #C23FC0. Grayscale: #8A8A8A. Windows color (decimal): -12730305 or 4177981. OLE color: 4177981.

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

Color convert

RGB 61 192 63 -
CMYK 0.68 0 0.67 0.25
HSL 120.92º 0.52% 0.5% -
HSV(B) 120.92º 0.68% 0.75% -
XYZ 21.67 39.05 11.1 -
YUV 138.13 85.6 72.99 -
System Red Green Blue C M Y K H S L
Decimal 61 192 63 0.68 0 0.67 0.25 120.92 0.52 0.5
Hex 3D C0 3F 44 0 43 19 79 34 32
Octal 75 300 77 104 0 103 31 171 64 62
Binary 111101 11000000 111111 1000100 0 1000011 11001 1111001 110100 110010

Color Harmonies of #3DC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC03F

Black with #3DC03F

Text Example


Text Example

White with #3DC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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