Html Css Color HEX #3BF04A Lime Green

📋 copy color: '#3BF04A'

red 59 ◦ green 240 ◦ blue 74

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

Shades of Lime Green #3BF04A

Tints of Lime Green #3BF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.34%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 15.82%
G = 64.34%
B = 19.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#3BF04A (or 0x3BF04A) is known color: Lime Green. HEX triplet: 3B, F0 and 4A. RGB value is (59,240,74). Sum of RGB (Red+Green+Blue) = 59+240+74=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF04A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF04A is #C40FB5. Grayscale: #A7A7A7. Windows color (decimal): -12849078 or 4911163. OLE color: 4911163.

HSL color Cylindrical-coordinate representation of color #3BF04A: hue angle of 124.97º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BF04A is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 240 74 -
CMYK 0.75 0 0.69 0.06
HSL 124.97º 0.86% 0.59% -
HSV(B) 124.97º 0.75% 0.94% -
XYZ 34.2 63.74 16.98 -
YUV 166.96 75.53 51 -
System Red Green Blue C M Y K H S L
Decimal 59 240 74 0.75 0 0.69 0.06 124.97 0.86 0.59
Hex 3B F0 4A 4B 0 45 6 7D 56 3B
Octal 73 360 112 113 0 105 6 175 126 73
Binary 111011 11110000 1001010 1001011 0 1000101 110 1111101 1010110 111011

Color Harmonies of #3BF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF04A

Black with #3BF04A

Text Example


Text Example

White with #3BF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,240,74); }

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

background-color css

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

 a { background-color: rgb(59,240,74); }

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

border-color css

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

 span { border-color: rgb(59,240,74); }

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