Html Css Color HEX #3DDF4B Lime Green

📋 copy color: '#3DDF4B'

red 61 ◦ green 223 ◦ blue 75

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

Shades of Lime Green #3DDF4B

Tints of Lime Green #3DDF4B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 62.12%

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

R = 16.99%
G = 62.12%
B = 20.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#3DDF4B (or 0x3DDF4B) is known color: Lime Green. HEX triplet: 3D, DF and 4B. RGB value is (61,223,75). Sum of RGB (Red+Green+Blue) = 61+223+75=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF4B is #C220B4. Grayscale: #9E9E9E. Windows color (decimal): -12722357 or 4972349. OLE color: 4972349.

HSL color Cylindrical-coordinate representation of color #3DDF4B: hue angle of 125.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDF4B is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 223 75 -
CMYK 0.73 0 0.66 0.13
HSL 125.19º 0.72% 0.56% -
HSV(B) 125.19º 0.73% 0.87% -
XYZ 29.58 54.28 15.57 -
YUV 157.69 81.33 59.03 -
System Red Green Blue C M Y K H S L
Decimal 61 223 75 0.73 0 0.66 0.13 125.19 0.72 0.56
Hex 3D DF 4B 49 0 42 D 7D 48 38
Octal 75 337 113 111 0 102 15 175 110 70
Binary 111101 11011111 1001011 1001001 0 1000010 1101 1111101 1001000 111000

Color Harmonies of #3DDF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF4B

Black with #3DDF4B

Text Example


Text Example

White with #3DDF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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