Html Css Color HEX #3BC029 Lime Green

📋 copy color: '#3BC029'

red 59 ◦ green 192 ◦ blue 41

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

Shades of Lime Green #3BC029

Tints of Lime Green #3BC029

RGB

 RED value IS 59 (23.44% from 255) = 20.21%

 GREEN value IS 192 (75.39% from 255) = 65.75%

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

R = 20.21%
G = 65.75%
B = 14.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#3BC029 (or 0x3BC029) is known color: Lime Green. HEX triplet: 3B, C0 and 29. RGB value is (59,192,41). Sum of RGB (Red+Green+Blue) = 59+192+41=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC029 is #C43FD6. Grayscale: #878787. Windows color (decimal): -12861399 or 2736187. OLE color: 2736187.

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

Color convert

RGB 59 192 41 -
CMYK 0.69 0 0.79 0.25
HSL 112.85º 0.65% 0.46% -
HSV(B) 112.85º 0.79% 0.75% -
XYZ 21.05 38.79 8.48 -
YUV 135.02 74.94 73.78 -
System Red Green Blue C M Y K H S L
Decimal 59 192 41 0.69 0 0.79 0.25 112.85 0.65 0.46
Hex 3B C0 29 45 0 4F 19 71 41 2E
Octal 73 300 51 105 0 117 31 161 101 56
Binary 111011 11000000 101001 1000101 0 1001111 11001 1110001 1000001 101110

Color Harmonies of #3BC029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC029

Black with #3BC029

Text Example


Text Example

White with #3BC029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,192,41); }

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

background-color css

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

 a { background-color: rgb(59,192,41); }

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

border-color css

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

 span { border-color: rgb(59,192,41); }

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