Html Css Color HEX #3BF32D Lime Green

📋 copy color: '#3BF32D'

red 59 ◦ green 243 ◦ blue 45

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

Shades of Lime Green #3BF32D

Tints of Lime Green #3BF32D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 70.03%

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 17%
G = 70.03%
B = 12.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#3BF32D (or 0x3BF32D) is known color: Lime Green. HEX triplet: 3B, F3 and 2D. RGB value is (59,243,45). Sum of RGB (Red+Green+Blue) = 59+243+45=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF32D is #C40CD2. Grayscale: #A6A6A6. Windows color (decimal): -12848339 or 3011387. OLE color: 3011387.

HSL color Cylindrical-coordinate representation of color #3BF32D: hue angle of 115.76º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BF32D is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 243 45 -
CMYK 0.76 0 0.81 0.05
HSL 115.76º 0.89% 0.56% -
HSV(B) 115.76º 0.81% 0.95% -
XYZ 34.33 65.22 13.26 -
YUV 165.41 60.04 52.1 -
System Red Green Blue C M Y K H S L
Decimal 59 243 45 0.76 0 0.81 0.05 115.76 0.89 0.56
Hex 3B F3 2D 4C 0 51 5 74 59 38
Octal 73 363 55 114 0 121 5 164 131 70
Binary 111011 11110011 101101 1001100 0 1010001 101 1110100 1011001 111000

Color Harmonies of #3BF32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF32D

Black with #3BF32D

Text Example


Text Example

White with #3BF32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,243,45); }

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

background-color css

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

 a { background-color: rgb(59,243,45); }

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

border-color css

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

 span { border-color: rgb(59,243,45); }

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