Html Css Color HEX #3DF242 Lime Green

📋 copy color: '#3DF242'

red 61 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #3DF242

Tints of Lime Green #3DF242

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.58%

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 16.53%
G = 65.58%
B = 17.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#3DF242 (or 0x3DF242) is known color: Lime Green. HEX triplet: 3D, F2 and 42. RGB value is (61,242,66). Sum of RGB (Red+Green+Blue) = 61+242+66=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF242 is #C20DBD. Grayscale: #A8A8A8. Windows color (decimal): -12717502 or 4387389. OLE color: 4387389.

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

Color convert

RGB 61 242 66 -
CMYK 0.75 0 0.73 0.05
HSL 121.66º 0.87% 0.59% -
HSV(B) 121.66º 0.75% 0.95% -
XYZ 34.66 64.89 15.85 -
YUV 167.82 70.53 51.81 -
System Red Green Blue C M Y K H S L
Decimal 61 242 66 0.75 0 0.73 0.05 121.66 0.87 0.59
Hex 3D F2 42 4B 0 49 5 7A 57 3B
Octal 75 362 102 113 0 111 5 172 127 73
Binary 111101 11110010 1000010 1001011 0 1001001 101 1111010 1010111 111011

Color Harmonies of #3DF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF242

Black with #3DF242

Text Example


Text Example

White with #3DF242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,242,66); }

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

background-color css

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

 a { background-color: rgb(61,242,66); }

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

border-color css

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

 span { border-color: rgb(61,242,66); }

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