Html Css Color HEX #3DF043 Lime Green

📋 copy color: '#3DF043'

red 61 ◦ green 240 ◦ blue 67

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

Shades of Lime Green #3DF043

Tints of Lime Green #3DF043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 16.58%
G = 65.22%
B = 18.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#3DF043 (or 0x3DF043) is known color: Lime Green. HEX triplet: 3D, F0 and 43. RGB value is (61,240,67). Sum of RGB (Red+Green+Blue) = 61+240+67=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF043 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF043 is #C20FBC. Grayscale: #A7A7A7. Windows color (decimal): -12718013 or 4452413. OLE color: 4452413.

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

Color convert

RGB 61 240 67 -
CMYK 0.75 0 0.72 0.06
HSL 122.01º 0.86% 0.59% -
HSV(B) 122.01º 0.75% 0.94% -
XYZ 34.1 63.72 15.81 -
YUV 166.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 61 240 67 0.75 0 0.72 0.06 122.01 0.86 0.59
Hex 3D F0 43 4B 0 48 6 7A 56 3B
Octal 75 360 103 113 0 110 6 172 126 73
Binary 111101 11110000 1000011 1001011 0 1001000 110 1111010 1010110 111011

Color Harmonies of #3DF043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF043

Black with #3DF043

Text Example


Text Example

White with #3DF043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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