Html Css Color HEX #3DE123 Lime Green

📋 copy color: '#3DE123'

red 61 ◦ green 225 ◦ blue 35

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

Shades of Lime Green #3DE123

Tints of Lime Green #3DE123

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.09%

 BLUE value IS 35 (14.06% from 255) = 10.9%

R = 19%
G = 70.09%
B = 10.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#3DE123 (or 0x3DE123) is known color: Lime Green. HEX triplet: 3D, E1 and 23. RGB value is (61,225,35). Sum of RGB (Red+Green+Blue) = 61+225+35=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE123 is #C21EDC. Grayscale: #9A9A9A. Windows color (decimal): -12721885 or 2351421. OLE color: 2351421.

HSL color Cylindrical-coordinate representation of color #3DE123: hue angle of 111.79º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DE123 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 225 35 -
CMYK 0.73 0 0.84 0.12
HSL 111.79º 0.76% 0.51% -
HSV(B) 111.79º 0.84% 0.88% -
XYZ 29.15 54.96 10.66 -
YUV 154.3 60.67 61.45 -
System Red Green Blue C M Y K H S L
Decimal 61 225 35 0.73 0 0.84 0.12 111.79 0.76 0.51
Hex 3D E1 23 49 0 54 C 70 4C 33
Octal 75 341 43 111 0 124 14 160 114 63
Binary 111101 11100001 100011 1001001 0 1010100 1100 1110000 1001100 110011

Color Harmonies of #3DE123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE123

Black with #3DE123

Text Example


Text Example

White with #3DE123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,225,35); }

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

background-color css

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

 a { background-color: rgb(61,225,35); }

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

border-color css

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

 span { border-color: rgb(61,225,35); }

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