Html Css Color HEX #3BB432 Lime Green

📋 copy color: '#3BB432'

red 59 ◦ green 180 ◦ blue 50

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

Shades of Lime Green #3BB432

Tints of Lime Green #3BB432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 62.28%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 20.42%
G = 62.28%
B = 17.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#3BB432 (or 0x3BB432) is known color: Lime Green. HEX triplet: 3B, B4 and 32. RGB value is (59,180,50). Sum of RGB (Red+Green+Blue) = 59+180+50=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB432 is #C44BCD. Grayscale: #818181. Windows color (decimal): -12864462 or 3322939. OLE color: 3322939.

HSL color Cylindrical-coordinate representation of color #3BB432: hue angle of 115.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BB432 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 180 50 -
CMYK 0.67 0 0.72 0.29
HSL 115.85º 0.57% 0.45% -
HSV(B) 115.85º 0.72% 0.71% -
XYZ 18.7 33.8 8.56 -
YUV 129 83.41 78.07 -
System Red Green Blue C M Y K H S L
Decimal 59 180 50 0.67 0 0.72 0.29 115.85 0.57 0.45
Hex 3B B4 32 43 0 48 1D 74 39 2D
Octal 73 264 62 103 0 110 35 164 71 55
Binary 111011 10110100 110010 1000011 0 1001000 11101 1110100 111001 101101

Color Harmonies of #3BB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB432

Black with #3BB432

Text Example


Text Example

White with #3BB432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,180,50); }

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

background-color css

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

 a { background-color: rgb(59,180,50); }

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

border-color css

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

 span { border-color: rgb(59,180,50); }

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