Html Css Color HEX #3BE135 Lime Green

📋 copy color: '#3BE135'

red 59 ◦ green 225 ◦ blue 53

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

Shades of Lime Green #3BE135

Tints of Lime Green #3BE135

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.77%

 BLUE value IS 53 (21.09% from 255) = 15.73%

R = 17.51%
G = 66.77%
B = 15.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#3BE135 (or 0x3BE135) is known color: Lime Green. HEX triplet: 3B, E1 and 35. RGB value is (59,225,53). Sum of RGB (Red+Green+Blue) = 59+225+53=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE135 is #C41ECA. Grayscale: #9C9C9C. Windows color (decimal): -12852939 or 3531067. OLE color: 3531067.

HSL color Cylindrical-coordinate representation of color #3BE135: hue angle of 117.91º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BE135 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 225 53 -
CMYK 0.74 0 0.76 0.12
HSL 117.91º 0.74% 0.55% -
HSV(B) 117.91º 0.76% 0.88% -
XYZ 29.37 55.04 12.44 -
YUV 155.76 70 58.99 -
System Red Green Blue C M Y K H S L
Decimal 59 225 53 0.74 0 0.76 0.12 117.91 0.74 0.55
Hex 3B E1 35 4A 0 4C C 76 4A 37
Octal 73 341 65 112 0 114 14 166 112 67
Binary 111011 11100001 110101 1001010 0 1001100 1100 1110110 1001010 110111

Color Harmonies of #3BE135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE135

Black with #3BE135

Text Example


Text Example

White with #3BE135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,225,53); }

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

background-color css

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

 a { background-color: rgb(59,225,53); }

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

border-color css

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

 span { border-color: rgb(59,225,53); }

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