Html Css Color HEX #3DF026 Lime Green

📋 copy color: '#3DF026'

red 61 ◦ green 240 ◦ blue 38

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

Shades of Lime Green #3DF026

Tints of Lime Green #3DF026

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.8%

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 17.99%
G = 70.8%
B = 11.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#3DF026 (or 0x3DF026) is known color: Lime Green. HEX triplet: 3D, F0 and 26. RGB value is (61,240,38). Sum of RGB (Red+Green+Blue) = 61+240+38=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF026 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF026 is #C20FD9. Grayscale: #A4A4A4. Windows color (decimal): -12718042 or 2551869. OLE color: 2551869.

HSL color Cylindrical-coordinate representation of color #3DF026: hue angle of 113.17º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DF026 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 38 -
CMYK 0.75 0 0.84 0.06
HSL 113.17º 0.87% 0.55% -
HSV(B) 113.17º 0.84% 0.94% -
XYZ 33.43 63.45 12.32 -
YUV 163.45 57.2 54.93 -
System Red Green Blue C M Y K H S L
Decimal 61 240 38 0.75 0 0.84 0.06 113.17 0.87 0.55
Hex 3D F0 26 4B 0 54 6 71 57 37
Octal 75 360 46 113 0 124 6 161 127 67
Binary 111101 11110000 100110 1001011 0 1010100 110 1110001 1010111 110111

Color Harmonies of #3DF026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF026

Black with #3DF026

Text Example


Text Example

White with #3DF026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,240,38); }

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

background-color css

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

 a { background-color: rgb(61,240,38); }

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

border-color css

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

 span { border-color: rgb(61,240,38); }

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