Html Css Color HEX #3BD54B Lime Green

📋 copy color: '#3BD54B'

red 59 ◦ green 213 ◦ blue 75

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

Shades of Lime Green #3BD54B

Tints of Lime Green #3BD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.38%

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

R = 17%
G = 61.38%
B = 21.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#3BD54B (or 0x3BD54B) is known color: Lime Green. HEX triplet: 3B, D5 and 4B. RGB value is (59,213,75). Sum of RGB (Red+Green+Blue) = 59+213+75=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD54B is #C42AB4. Grayscale: #979797. Windows color (decimal): -12855989 or 4969787. OLE color: 4969787.

HSL color Cylindrical-coordinate representation of color #3BD54B: hue angle of 126.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD54B is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 213 75 -
CMYK 0.72 0 0.65 0.16
HSL 126.23º 0.65% 0.53% -
HSV(B) 126.23º 0.72% 0.84% -
XYZ 26.87 49.03 14.7 -
YUV 151.22 84.98 62.22 -
System Red Green Blue C M Y K H S L
Decimal 59 213 75 0.72 0 0.65 0.16 126.23 0.65 0.53
Hex 3B D5 4B 48 0 41 10 7E 41 35
Octal 73 325 113 110 0 101 20 176 101 65
Binary 111011 11010101 1001011 1001000 0 1000001 10000 1111110 1000001 110101

Color Harmonies of #3BD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD54B

Black with #3BD54B

Text Example


Text Example

White with #3BD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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