Html Css Color HEX #3DB02F Lime Green

📋 copy color: '#3DB02F'

red 61 ◦ green 176 ◦ blue 47

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

Shades of Lime Green #3DB02F

Tints of Lime Green #3DB02F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.97%

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

R = 21.48%
G = 61.97%
B = 16.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#3DB02F (or 0x3DB02F) is known color: Lime Green. HEX triplet: 3D, B0 and 2F. RGB value is (61,176,47). Sum of RGB (Red+Green+Blue) = 61+176+47=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB02F is #C24FD0. Grayscale: #7F7F7F. Windows color (decimal): -12734417 or 3125309. OLE color: 3125309.

HSL color Cylindrical-coordinate representation of color #3DB02F: hue angle of 113.49º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DB02F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 47 -
CMYK 0.65 0 0.73 0.31
HSL 113.49º 0.58% 0.44% -
HSV(B) 113.49º 0.73% 0.69% -
XYZ 17.96 32.25 7.97 -
YUV 126.91 82.9 80.99 -
System Red Green Blue C M Y K H S L
Decimal 61 176 47 0.65 0 0.73 0.31 113.49 0.58 0.44
Hex 3D B0 2F 41 0 49 1F 71 3A 2C
Octal 75 260 57 101 0 111 37 161 72 54
Binary 111101 10110000 101111 1000001 0 1001001 11111 1110001 111010 101100

Color Harmonies of #3DB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB02F

Black with #3DB02F

Text Example


Text Example

White with #3DB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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