Html Css Color HEX #3DDF2F Lime Green

📋 copy color: '#3DDF2F'

red 61 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #3DDF2F

Tints of Lime Green #3DDF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 18.43%
G = 67.37%
B = 14.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#3DDF2F (or 0x3DDF2F) is known color: Lime Green. HEX triplet: 3D, DF and 2F. RGB value is (61,223,47). Sum of RGB (Red+Green+Blue) = 61+223+47=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF2F is #C220D0. Grayscale: #9B9B9B. Windows color (decimal): -12722385 or 3137341. OLE color: 3137341.

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

Color convert

RGB 61 223 47 -
CMYK 0.73 0 0.79 0.13
HSL 115.23º 0.73% 0.53% -
HSV(B) 115.23º 0.79% 0.87% -
XYZ 28.83 53.97 11.59 -
YUV 154.5 67.33 61.31 -
System Red Green Blue C M Y K H S L
Decimal 61 223 47 0.73 0 0.79 0.13 115.23 0.73 0.53
Hex 3D DF 2F 49 0 4F D 73 49 35
Octal 75 337 57 111 0 117 15 163 111 65
Binary 111101 11011111 101111 1001001 0 1001111 1101 1110011 1001001 110101

Color Harmonies of #3DDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF2F

Black with #3DDF2F

Text Example


Text Example

White with #3DDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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