Html Css Color HEX #3DD74B Lime Green

📋 copy color: '#3DD74B'

red 61 ◦ green 215 ◦ blue 75

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

Shades of Lime Green #3DD74B

Tints of Lime Green #3DD74B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.25%

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 17.38%
G = 61.25%
B = 21.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#3DD74B (or 0x3DD74B) is known color: Lime Green. HEX triplet: 3D, D7 and 4B. RGB value is (61,215,75). Sum of RGB (Red+Green+Blue) = 61+215+75=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 215 (84.38% from 255 or 61.25% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD74B is #C228B4. Grayscale: #999999. Windows color (decimal): -12724405 or 4970301. OLE color: 4970301.

HSL color Cylindrical-coordinate representation of color #3DD74B: hue angle of 125.45º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD74B is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 215 75 -
CMYK 0.72 0 0.65 0.16
HSL 125.45º 0.66% 0.54% -
HSV(B) 125.45º 0.72% 0.84% -
XYZ 27.49 50.1 14.88 -
YUV 152.99 83.98 62.38 -
System Red Green Blue C M Y K H S L
Decimal 61 215 75 0.72 0 0.65 0.16 125.45 0.66 0.54
Hex 3D D7 4B 48 0 41 10 7D 42 36
Octal 75 327 113 110 0 101 20 175 102 66
Binary 111101 11010111 1001011 1001000 0 1000001 10000 1111101 1000010 110110

Color Harmonies of #3DD74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD74B

Black with #3DD74B

Text Example


Text Example

White with #3DD74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,215,75); }

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

background-color css

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

 a { background-color: rgb(61,215,75); }

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

border-color css

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

 span { border-color: rgb(61,215,75); }

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