Html Css Color HEX #3BC028 Lime Green

📋 copy color: '#3BC028'

red 59 ◦ green 192 ◦ blue 40

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

Shades of Lime Green #3BC028

Tints of Lime Green #3BC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 20.27%
G = 65.98%
B = 13.75%

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

#3BC028 (or 0x3BC028) is known color: Lime Green. HEX triplet: 3B, C0 and 28. RGB value is (59,192,40). Sum of RGB (Red+Green+Blue) = 59+192+40=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC028 is #C43FD7. Grayscale: #878787. Windows color (decimal): -12861400 or 2670651. OLE color: 2670651.

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

Color convert

RGB 59 192 40 -
CMYK 0.69 0 0.79 0.25
HSL 112.5º 0.66% 0.45% -
HSV(B) 112.5º 0.79% 0.75% -
XYZ 21.04 38.78 8.38 -
YUV 134.91 74.44 73.86 -
System Red Green Blue C M Y K H S L
Decimal 59 192 40 0.69 0 0.79 0.25 112.5 0.66 0.45
Hex 3B C0 28 45 0 4F 19 70 42 2D
Octal 73 300 50 105 0 117 31 160 102 55
Binary 111011 11000000 101000 1000101 0 1001111 11001 1110000 1000010 101101

Color Harmonies of #3BC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC028

Black with #3BC028

Text Example


Text Example

White with #3BC028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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