Html Css Color HEX #3BBD25 Lime Green

📋 copy color: '#3BBD25'

red 59 ◦ green 189 ◦ blue 37

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

Shades of Lime Green #3BBD25

Tints of Lime Green #3BBD25

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.32%

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

R = 20.7%
G = 66.32%
B = 12.98%

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

#3BBD25 (or 0x3BBD25) is known color: Lime Green. HEX triplet: 3B, BD and 25. RGB value is (59,189,37). Sum of RGB (Red+Green+Blue) = 59+189+37=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBD25 is #C442DA. Grayscale: #858585. Windows color (decimal): -12862171 or 2473275. OLE color: 2473275.

HSL color Cylindrical-coordinate representation of color #3BBD25: hue angle of 111.32º 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 #3BBD25 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 189 37 -
CMYK 0.69 0 0.80 0.26
HSL 111.32º 0.67% 0.44% -
HSV(B) 111.32º 0.8% 0.74% -
XYZ 20.34 37.46 7.91 -
YUV 132.8 73.93 75.36 -
System Red Green Blue C M Y K H S L
Decimal 59 189 37 0.69 0 0.80 0.26 111.32 0.67 0.44
Hex 3B BD 25 45 0 50 1A 6F 43 2C
Octal 73 275 45 105 0 120 32 157 103 54
Binary 111011 10111101 100101 1000101 0 1010000 11010 1101111 1000011 101100

Color Harmonies of #3BBD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBD25

Black with #3BBD25

Text Example


Text Example

White with #3BBD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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