Html Css Color HEX #3DC925 Lime Green

📋 copy color: '#3DC925'

red 61 ◦ green 201 ◦ blue 37

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

Shades of Lime Green #3DC925

Tints of Lime Green #3DC925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.37%

R = 20.4%
G = 67.22%
B = 12.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#3DC925 (or 0x3DC925) is known color: Lime Green. HEX triplet: 3D, C9 and 25. RGB value is (61,201,37). Sum of RGB (Red+Green+Blue) = 61+201+37=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 201 (78.91% from 255 or 67.22% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC925 is #C236DA. Grayscale: #8C8C8C. Windows color (decimal): -12728027 or 2476349. OLE color: 2476349.

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

Color convert

RGB 61 201 37 -
CMYK 0.70 0 0.82 0.21
HSL 111.22º 0.69% 0.47% -
HSV(B) 111.22º 0.82% 0.79% -
XYZ 23.15 42.9 8.81 -
YUV 140.44 69.62 71.34 -
System Red Green Blue C M Y K H S L
Decimal 61 201 37 0.70 0 0.82 0.21 111.22 0.69 0.47
Hex 3D C9 25 46 0 52 15 6F 45 2F
Octal 75 311 45 106 0 122 25 157 105 57
Binary 111101 11001001 100101 1000110 0 1010010 10101 1101111 1000101 101111

Color Harmonies of #3DC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC925

Black with #3DC925

Text Example


Text Example

White with #3DC925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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