Html Css Color HEX #3DBF3D Lime Green

📋 copy color: '#3DBF3D'

red 61 ◦ green 191 ◦ blue 61

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

Shades of Lime Green #3DBF3D

Tints of Lime Green #3DBF3D

RGB

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

 GREEN value IS 191 (75% from 255) = 61.02%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 19.49%
G = 61.02%
B = 19.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#3DBF3D (or 0x3DBF3D) is known color: Lime Green. HEX triplet: 3D, BF and 3D. RGB value is (61,191,61). Sum of RGB (Red+Green+Blue) = 61+191+61=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF3D is #C240C2. Grayscale: #898989. Windows color (decimal): -12730563 or 4046653. OLE color: 4046653.

HSL color Cylindrical-coordinate representation of color #3DBF3D: hue angle of 120º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBF3D is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 191 61 -
CMYK 0.68 0 0.68 0.25
HSL 120º 0.52% 0.49% -
HSV(B) 120º 0.68% 0.75% -
XYZ 21.4 38.59 10.74 -
YUV 137.31 84.93 73.57 -
System Red Green Blue C M Y K H S L
Decimal 61 191 61 0.68 0 0.68 0.25 120 0.52 0.49
Hex 3D BF 3D 44 0 44 19 78 34 31
Octal 75 277 75 104 0 104 31 170 64 61
Binary 111101 10111111 111101 1000100 0 1000100 11001 1111000 110100 110001

Color Harmonies of #3DBF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBF3D

Black with #3DBF3D

Text Example


Text Example

White with #3DBF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,191,61); }

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

background-color css

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

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

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

border-color css

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

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

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