Html Css Color HEX #3DC92C Lime Green

📋 copy color: '#3DC92C'

red 61 ◦ green 201 ◦ blue 44

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

Shades of Lime Green #3DC92C

Tints of Lime Green #3DC92C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 65.69%

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

R = 19.93%
G = 65.69%
B = 14.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#3DC92C (or 0x3DC92C) is known color: Lime Green. HEX triplet: 3D, C9 and 2C. RGB value is (61,201,44). Sum of RGB (Red+Green+Blue) = 61+201+44=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 201 (78.91% from 255 or 65.69% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC92C is #C236D3. Grayscale: #8D8D8D. Windows color (decimal): -12728020 or 2935101. OLE color: 2935101.

HSL color Cylindrical-coordinate representation of color #3DC92C: hue angle of 113.5º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DC92C is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 201 44 -
CMYK 0.70 0 0.78 0.21
HSL 113.5º 0.64% 0.48% -
HSV(B) 113.5º 0.78% 0.79% -
XYZ 23.27 42.95 9.45 -
YUV 141.24 73.12 70.77 -
System Red Green Blue C M Y K H S L
Decimal 61 201 44 0.70 0 0.78 0.21 113.5 0.64 0.48
Hex 3D C9 2C 46 0 4E 15 72 40 30
Octal 75 311 54 106 0 116 25 162 100 60
Binary 111101 11001001 101100 1000110 0 1001110 10101 1110010 1000000 110000

Color Harmonies of #3DC92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC92C

Black with #3DC92C

Text Example


Text Example

White with #3DC92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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