Html Css Color HEX #3BF348 Lime Green

📋 copy color: '#3BF348'

red 59 ◦ green 243 ◦ blue 72

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

Shades of Lime Green #3BF348

Tints of Lime Green #3BF348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 15.78%
G = 64.97%
B = 19.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#3BF348 (or 0x3BF348) is known color: Lime Green. HEX triplet: 3B, F3 and 48. RGB value is (59,243,72). Sum of RGB (Red+Green+Blue) = 59+243+72=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF348 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF348 is #C40CB7. Grayscale: #A8A8A8. Windows color (decimal): -12848312 or 4780859. OLE color: 4780859.

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

Color convert

RGB 59 243 72 -
CMYK 0.76 0 0.70 0.05
HSL 124.24º 0.88% 0.59% -
HSV(B) 124.24º 0.76% 0.95% -
XYZ 35.02 65.5 16.93 -
YUV 168.49 73.54 49.9 -
System Red Green Blue C M Y K H S L
Decimal 59 243 72 0.76 0 0.70 0.05 124.24 0.88 0.59
Hex 3B F3 48 4C 0 46 5 7C 58 3B
Octal 73 363 110 114 0 106 5 174 130 73
Binary 111011 11110011 1001000 1001100 0 1000110 101 1111100 1011000 111011

Color Harmonies of #3BF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF348

Black with #3BF348

Text Example


Text Example

White with #3BF348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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