Html Css Color HEX #3DBF29 Lime Green

📋 copy color: '#3DBF29'

red 61 ◦ green 191 ◦ blue 41

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

Shades of Lime Green #3DBF29

Tints of Lime Green #3DBF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 20.82%
G = 65.19%
B = 13.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#3DBF29 (or 0x3DBF29) is known color: Lime Green. HEX triplet: 3D, BF and 29. RGB value is (61,191,41). Sum of RGB (Red+Green+Blue) = 61+191+41=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF29 is #C240D6. Grayscale: #878787. Windows color (decimal): -12730583 or 2735933. OLE color: 2735933.

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

Color convert

RGB 61 191 41 -
CMYK 0.68 0 0.79 0.25
HSL 112º 0.65% 0.45% -
HSV(B) 112º 0.79% 0.75% -
XYZ 20.96 38.41 8.41 -
YUV 135.03 74.93 75.2 -
System Red Green Blue C M Y K H S L
Decimal 61 191 41 0.68 0 0.79 0.25 112 0.65 0.45
Hex 3D BF 29 44 0 4F 19 70 41 2D
Octal 75 277 51 104 0 117 31 160 101 55
Binary 111101 10111111 101001 1000100 0 1001111 11001 1110000 1000001 101101

Color Harmonies of #3DBF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBF29

Black with #3DBF29

Text Example


Text Example

White with #3DBF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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