Html Css Color HEX #3DF12C Lime Green

📋 copy color: '#3DF12C'

red 61 ◦ green 241 ◦ blue 44

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

Shades of Lime Green #3DF12C

Tints of Lime Green #3DF12C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.65%

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

R = 17.63%
G = 69.65%
B = 12.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#3DF12C (or 0x3DF12C) is known color: Lime Green. HEX triplet: 3D, F1 and 2C. RGB value is (61,241,44). Sum of RGB (Red+Green+Blue) = 61+241+44=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF12C is #C20ED3. Grayscale: #A5A5A5. Windows color (decimal): -12717780 or 2945341. OLE color: 2945341.

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

Color convert

RGB 61 241 44 -
CMYK 0.75 0 0.82 0.05
HSL 114.82º 0.88% 0.56% -
HSV(B) 114.82º 0.82% 0.95% -
XYZ 33.83 64.08 12.97 -
YUV 164.72 59.87 54.02 -
System Red Green Blue C M Y K H S L
Decimal 61 241 44 0.75 0 0.82 0.05 114.82 0.88 0.56
Hex 3D F1 2C 4B 0 52 5 73 58 38
Octal 75 361 54 113 0 122 5 163 130 70
Binary 111101 11110001 101100 1001011 0 1010010 101 1110011 1011000 111000

Color Harmonies of #3DF12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF12C

Black with #3DF12C

Text Example


Text Example

White with #3DF12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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