Html Css Color HEX #3DF04A Lime Green

📋 copy color: '#3DF04A'

red 61 ◦ green 240 ◦ blue 74

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

Shades of Lime Green #3DF04A

Tints of Lime Green #3DF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 16.27%
G = 64%
B = 19.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#3DF04A (or 0x3DF04A) is known color: Lime Green. HEX triplet: 3D, F0 and 4A. RGB value is (61,240,74). Sum of RGB (Red+Green+Blue) = 61+240+74=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF04A is #C20FB5. Grayscale: #A8A8A8. Windows color (decimal): -12718006 or 4911165. OLE color: 4911165.

HSL color Cylindrical-coordinate representation of color #3DF04A: hue angle of 124.36º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF04A is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 74 -
CMYK 0.75 0 0.69 0.06
HSL 124.36º 0.86% 0.59% -
HSV(B) 124.36º 0.75% 0.94% -
XYZ 34.32 63.81 16.99 -
YUV 167.56 75.2 52 -
System Red Green Blue C M Y K H S L
Decimal 61 240 74 0.75 0 0.69 0.06 124.36 0.86 0.59
Hex 3D F0 4A 4B 0 45 6 7C 56 3B
Octal 75 360 112 113 0 105 6 174 126 73
Binary 111101 11110000 1001010 1001011 0 1000101 110 1111100 1010110 111011

Color Harmonies of #3DF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF04A

Black with #3DF04A

Text Example


Text Example

White with #3DF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,240,74); }

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

background-color css

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

 a { background-color: rgb(61,240,74); }

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

border-color css

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

 span { border-color: rgb(61,240,74); }

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