Html Css Color HEX #3DF125 Lime Green

📋 copy color: '#3DF125'

red 61 ◦ green 241 ◦ blue 37

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

Shades of Lime Green #3DF125

Tints of Lime Green #3DF125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.09%

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

R = 17.99%
G = 71.09%
B = 10.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#3DF125 (or 0x3DF125) is known color: Lime Green. HEX triplet: 3D, F1 and 25. RGB value is (61,241,37). Sum of RGB (Red+Green+Blue) = 61+241+37=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF125 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF125 is #C20EDA. Grayscale: #A4A4A4. Windows color (decimal): -12717787 or 2486589. OLE color: 2486589.

HSL color Cylindrical-coordinate representation of color #3DF125: hue angle of 112.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DF125 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 241 37 -
CMYK 0.75 0 0.85 0.05
HSL 112.94º 0.88% 0.55% -
HSV(B) 112.94º 0.85% 0.95% -
XYZ 33.71 64.04 12.33 -
YUV 163.92 56.37 54.59 -
System Red Green Blue C M Y K H S L
Decimal 61 241 37 0.75 0 0.85 0.05 112.94 0.88 0.55
Hex 3D F1 25 4B 0 55 5 71 58 37
Octal 75 361 45 113 0 125 5 161 130 67
Binary 111101 11110001 100101 1001011 0 1010101 101 1110001 1011000 110111

Color Harmonies of #3DF125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF125

Black with #3DF125

Text Example


Text Example

White with #3DF125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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