Html Css Color HEX #3BC04B Lime Green

📋 copy color: '#3BC04B'

red 59 ◦ green 192 ◦ blue 75

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

Shades of Lime Green #3BC04B

Tints of Lime Green #3BC04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 18.1%
G = 58.9%
B = 23.01%

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

#3BC04B (or 0x3BC04B) is known color: Lime Green. HEX triplet: 3B, C0 and 4B. RGB value is (59,192,75). Sum of RGB (Red+Green+Blue) = 59+192+75=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC04B is #C43FB4. Grayscale: #8B8B8B. Windows color (decimal): -12861365 or 4964411. OLE color: 4964411.

HSL color Cylindrical-coordinate representation of color #3BC04B: hue angle of 127.22º 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 #3BC04B is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 75 -
CMYK 0.69 0 0.61 0.25
HSL 127.22º 0.53% 0.49% -
HSV(B) 127.22º 0.69% 0.75% -
XYZ 21.92 39.14 13.06 -
YUV 138.9 91.94 71.01 -
System Red Green Blue C M Y K H S L
Decimal 59 192 75 0.69 0 0.61 0.25 127.22 0.53 0.49
Hex 3B C0 4B 45 0 3D 19 7F 35 31
Octal 73 300 113 105 0 75 31 177 65 61
Binary 111011 11000000 1001011 1000101 0 111101 11001 1111111 110101 110001

Color Harmonies of #3BC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC04B

Black with #3BC04B

Text Example


Text Example

White with #3BC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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