Html Css Color HEX #3BC04A Lime Green

📋 copy color: '#3BC04A'

red 59 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #3BC04A

Tints of Lime Green #3BC04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 18.15%
G = 59.08%
B = 22.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#3BC04A (or 0x3BC04A) is known color: Lime Green. HEX triplet: 3B, C0 and 4A. RGB value is (59,192,74). Sum of RGB (Red+Green+Blue) = 59+192+74=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC04A is #C43FB5. Grayscale: #8B8B8B. Windows color (decimal): -12861366 or 4898875. OLE color: 4898875.

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

Color convert

RGB 59 192 74 -
CMYK 0.69 0 0.61 0.25
HSL 126.77º 0.53% 0.49% -
HSV(B) 126.77º 0.69% 0.75% -
XYZ 21.89 39.12 12.88 -
YUV 138.78 91.44 71.09 -
System Red Green Blue C M Y K H S L
Decimal 59 192 74 0.69 0 0.61 0.25 126.77 0.53 0.49
Hex 3B C0 4A 45 0 3D 19 7F 35 31
Octal 73 300 112 105 0 75 31 177 65 61
Binary 111011 11000000 1001010 1000101 0 111101 11001 1111111 110101 110001

Color Harmonies of #3BC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC04A

Black with #3BC04A

Text Example


Text Example

White with #3BC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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