Html Css Color HEX #3BE325 Lime Green

📋 copy color: '#3BE325'

red 59 ◦ green 227 ◦ blue 37

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

Shades of Lime Green #3BE325

Tints of Lime Green #3BE325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 70.28%

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

R = 18.27%
G = 70.28%
B = 11.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#3BE325 (or 0x3BE325) is known color: Lime Green. HEX triplet: 3B, E3 and 25. RGB value is (59,227,37). Sum of RGB (Red+Green+Blue) = 59+227+37=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 227 (89.06% from 255 or 70.28% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE325 is #C41CDA. Grayscale: #9B9B9B. Windows color (decimal): -12852443 or 2483003. OLE color: 2483003.

HSL color Cylindrical-coordinate representation of color #3BE325: hue angle of 113.05º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BE325 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 59 227 37 -
CMYK 0.74 0 0.84 0.11
HSL 113.05º 0.77% 0.52% -
HSV(B) 113.05º 0.84% 0.89% -
XYZ 29.61 56 11 -
YUV 155.11 61.34 59.45 -
System Red Green Blue C M Y K H S L
Decimal 59 227 37 0.74 0 0.84 0.11 113.05 0.77 0.52
Hex 3B E3 25 4A 0 54 B 71 4D 34
Octal 73 343 45 112 0 124 13 161 115 64
Binary 111011 11100011 100101 1001010 0 1010100 1011 1110001 1001101 110100

Color Harmonies of #3BE325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE325

Black with #3BE325

Text Example


Text Example

White with #3BE325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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