Html Css Color HEX #3BC24B Lime Green

📋 copy color: '#3BC24B'

red 59 ◦ green 194 ◦ blue 75

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

Shades of Lime Green #3BC24B

Tints of Lime Green #3BC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.15%

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

R = 17.99%
G = 59.15%
B = 22.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#3BC24B (or 0x3BC24B) is known color: Lime Green. HEX triplet: 3B, C2 and 4B. RGB value is (59,194,75). Sum of RGB (Red+Green+Blue) = 59+194+75=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC24B is #C43DB4. Grayscale: #8C8C8C. Windows color (decimal): -12860853 or 4964923. OLE color: 4964923.

HSL color Cylindrical-coordinate representation of color #3BC24B: hue angle of 127.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC24B is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 75 -
CMYK 0.70 0 0.61 0.24
HSL 127.11º 0.53% 0.5% -
HSV(B) 127.11º 0.7% 0.76% -
XYZ 22.37 40.02 13.2 -
YUV 140.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 59 194 75 0.70 0 0.61 0.24 127.11 0.53 0.5
Hex 3B C2 4B 46 0 3D 18 7F 35 32
Octal 73 302 113 106 0 75 30 177 65 62
Binary 111011 11000010 1001011 1000110 0 111101 11000 1111111 110101 110010

Color Harmonies of #3BC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC24B

Black with #3BC24B

Text Example


Text Example

White with #3BC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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