Html Css Color HEX #3DF52A Lime Green

📋 copy color: '#3DF52A'

red 61 ◦ green 245 ◦ blue 42

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

Shades of Lime Green #3DF52A

Tints of Lime Green #3DF52A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.4%

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 17.53%
G = 70.4%
B = 12.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#3DF52A (or 0x3DF52A) is known color: Lime Green. HEX triplet: 3D, F5 and 2A. RGB value is (61,245,42). Sum of RGB (Red+Green+Blue) = 61+245+42=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 245 (96.09% from 255 or 70.40% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF52A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF52A is #C20AD5. Grayscale: #A7A7A7. Windows color (decimal): -12716758 or 2815293. OLE color: 2815293.

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

Color convert

RGB 61 245 42 -
CMYK 0.75 0 0.83 0.04
HSL 114.38º 0.91% 0.56% -
HSV(B) 114.38º 0.83% 0.96% -
XYZ 34.99 66.46 13.17 -
YUV 166.84 57.54 52.51 -
System Red Green Blue C M Y K H S L
Decimal 61 245 42 0.75 0 0.83 0.04 114.38 0.91 0.56
Hex 3D F5 2A 4B 0 53 4 72 5B 38
Octal 75 365 52 113 0 123 4 162 133 70
Binary 111101 11110101 101010 1001011 0 1010011 100 1110010 1011011 111000

Color Harmonies of #3DF52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF52A

Black with #3DF52A

Text Example


Text Example

White with #3DF52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,245,42); }

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

background-color css

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

 a { background-color: rgb(61,245,42); }

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

border-color css

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

 span { border-color: rgb(61,245,42); }

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