Html Css Color HEX #3BC025 Lime Green

📋 copy color: '#3BC025'

red 59 ◦ green 192 ◦ blue 37

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

Shades of Lime Green #3BC025

Tints of Lime Green #3BC025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 20.49%
G = 66.67%
B = 12.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#3BC025 (or 0x3BC025) is known color: Lime Green. HEX triplet: 3B, C0 and 25. RGB value is (59,192,37). Sum of RGB (Red+Green+Blue) = 59+192+37=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC025 is #C43FDA. Grayscale: #878787. Windows color (decimal): -12861403 or 2474043. OLE color: 2474043.

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

Color convert

RGB 59 192 37 -
CMYK 0.69 0 0.81 0.25
HSL 111.48º 0.68% 0.45% -
HSV(B) 111.48º 0.81% 0.75% -
XYZ 20.99 38.76 8.13 -
YUV 134.56 72.94 74.1 -
System Red Green Blue C M Y K H S L
Decimal 59 192 37 0.69 0 0.81 0.25 111.48 0.68 0.45
Hex 3B C0 25 45 0 51 19 6F 44 2D
Octal 73 300 45 105 0 121 31 157 104 55
Binary 111011 11000000 100101 1000101 0 1010001 11001 1101111 1000100 101101

Color Harmonies of #3BC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC025

Black with #3BC025

Text Example


Text Example

White with #3BC025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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