Html Css Color HEX #3BBC25 Lime Green

📋 copy color: '#3BBC25'

red 59 ◦ green 188 ◦ blue 37

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

Shades of Lime Green #3BBC25

Tints of Lime Green #3BBC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.2%

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

R = 20.77%
G = 66.2%
B = 13.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#3BBC25 (or 0x3BBC25) is known color: Lime Green. HEX triplet: 3B, BC and 25. RGB value is (59,188,37). Sum of RGB (Red+Green+Blue) = 59+188+37=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC25 is #C443DA. Grayscale: #848484. Windows color (decimal): -12862427 or 2473019. OLE color: 2473019.

HSL color Cylindrical-coordinate representation of color #3BBC25: hue angle of 111.26º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BBC25 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 188 37 -
CMYK 0.69 0 0.80 0.26
HSL 111.26º 0.67% 0.44% -
HSV(B) 111.26º 0.8% 0.74% -
XYZ 20.12 37.03 7.84 -
YUV 132.22 74.26 75.78 -
System Red Green Blue C M Y K H S L
Decimal 59 188 37 0.69 0 0.80 0.26 111.26 0.67 0.44
Hex 3B BC 25 45 0 50 1A 6F 43 2C
Octal 73 274 45 105 0 120 32 157 103 54
Binary 111011 10111100 100101 1000101 0 1010000 11010 1101111 1000011 101100

Color Harmonies of #3BBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBC25

Black with #3BBC25

Text Example


Text Example

White with #3BBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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