Html Css Color HEX #3DF52C Lime Green

📋 copy color: '#3DF52C'

red 61 ◦ green 245 ◦ blue 44

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

Shades of Lime Green #3DF52C

Tints of Lime Green #3DF52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 17.43%
G = 70%
B = 12.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#3DF52C (or 0x3DF52C) is known color: Lime Green. HEX triplet: 3D, F5 and 2C. RGB value is (61,245,44). Sum of RGB (Red+Green+Blue) = 61+245+44=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 245 (96.09% from 255 or 70% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF52C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF52C is #C20AD3. Grayscale: #A7A7A7. Windows color (decimal): -12716756 or 2946365. OLE color: 2946365.

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

Color convert

RGB 61 245 44 -
CMYK 0.75 0 0.82 0.04
HSL 114.93º 0.91% 0.57% -
HSV(B) 114.93º 0.82% 0.96% -
XYZ 35.03 66.48 13.37 -
YUV 167.07 58.54 52.34 -
System Red Green Blue C M Y K H S L
Decimal 61 245 44 0.75 0 0.82 0.04 114.93 0.91 0.57
Hex 3D F5 2C 4B 0 52 4 73 5B 39
Octal 75 365 54 113 0 122 4 163 133 71
Binary 111101 11110101 101100 1001011 0 1010010 100 1110011 1011011 111001

Color Harmonies of #3DF52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF52C

Black with #3DF52C

Text Example


Text Example

White with #3DF52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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