Html Css Color HEX #3DF42E Lime Green

📋 copy color: '#3DF42E'

red 61 ◦ green 244 ◦ blue 46

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

Shades of Lime Green #3DF42E

Tints of Lime Green #3DF42E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 69.52%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 17.38%
G = 69.52%
B = 13.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#3DF42E (or 0x3DF42E) is known color: Lime Green. HEX triplet: 3D, F4 and 2E. RGB value is (61,244,46). Sum of RGB (Red+Green+Blue) = 61+244+46=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 244 (95.70% from 255 or 69.52% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF42E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF42E is #C20BD1. Grayscale: #A7A7A7. Windows color (decimal): -12717010 or 3077181. OLE color: 3077181.

HSL color Cylindrical-coordinate representation of color #3DF42E: hue angle of 115.45º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DF42E is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 244 46 -
CMYK 0.75 0 0.81 0.04
HSL 115.45º 0.9% 0.57% -
HSV(B) 115.45º 0.81% 0.96% -
XYZ 34.77 65.89 13.47 -
YUV 166.71 59.87 52.6 -
System Red Green Blue C M Y K H S L
Decimal 61 244 46 0.75 0 0.81 0.04 115.45 0.9 0.57
Hex 3D F4 2E 4B 0 51 4 73 5A 39
Octal 75 364 56 113 0 121 4 163 132 71
Binary 111101 11110100 101110 1001011 0 1010001 100 1110011 1011010 111001

Color Harmonies of #3DF42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF42E

Black with #3DF42E

Text Example


Text Example

White with #3DF42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,244,46); }

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

background-color css

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

 a { background-color: rgb(61,244,46); }

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

border-color css

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

 span { border-color: rgb(61,244,46); }

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