Html Css Color HEX #3BF240 Lime Green

📋 copy color: '#3BF240'

red 59 ◦ green 242 ◦ blue 64

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

Shades of Lime Green #3BF240

Tints of Lime Green #3BF240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.3%

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 16.16%
G = 66.3%
B = 17.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#3BF240 (or 0x3BF240) is known color: Lime Green. HEX triplet: 3B, F2 and 40. RGB value is (59,242,64). Sum of RGB (Red+Green+Blue) = 59+242+64=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF240 is #C40DBF. Grayscale: #A7A7A7. Windows color (decimal): -12848576 or 4256315. OLE color: 4256315.

HSL color Cylindrical-coordinate representation of color #3BF240: hue angle of 121.64º 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 #3BF240 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 242 64 -
CMYK 0.76 0 0.74 0.05
HSL 121.64º 0.88% 0.59% -
HSV(B) 121.64º 0.76% 0.95% -
XYZ 34.48 64.8 15.54 -
YUV 166.99 69.87 50.97 -
System Red Green Blue C M Y K H S L
Decimal 59 242 64 0.76 0 0.74 0.05 121.64 0.88 0.59
Hex 3B F2 40 4C 0 4A 5 7A 58 3B
Octal 73 362 100 114 0 112 5 172 130 73
Binary 111011 11110010 1000000 1001100 0 1001010 101 1111010 1011000 111011

Color Harmonies of #3BF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF240

Black with #3BF240

Text Example


Text Example

White with #3BF240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,242,64); }

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

background-color css

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

 a { background-color: rgb(59,242,64); }

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

border-color css

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

 span { border-color: rgb(59,242,64); }

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