Html Css Color HEX #3BF226 Lime Green

📋 copy color: '#3BF226'

red 59 ◦ green 242 ◦ blue 38

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

Shades of Lime Green #3BF226

Tints of Lime Green #3BF226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 17.4%
G = 71.39%
B = 11.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#3BF226 (or 0x3BF226) is known color: Lime Green. HEX triplet: 3B, F2 and 26. RGB value is (59,242,38). Sum of RGB (Red+Green+Blue) = 59+242+38=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF226 is #C40DD9. Grayscale: #A4A4A4. Windows color (decimal): -12848602 or 2552379. OLE color: 2552379.

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

Color convert

RGB 59 242 38 -
CMYK 0.76 0 0.84 0.05
HSL 113.82º 0.89% 0.55% -
HSV(B) 113.82º 0.84% 0.95% -
XYZ 33.91 64.57 12.51 -
YUV 164.03 56.87 53.09 -
System Red Green Blue C M Y K H S L
Decimal 59 242 38 0.76 0 0.84 0.05 113.82 0.89 0.55
Hex 3B F2 26 4C 0 54 5 72 59 37
Octal 73 362 46 114 0 124 5 162 131 67
Binary 111011 11110010 100110 1001100 0 1010100 101 1110010 1011001 110111

Color Harmonies of #3BF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF226

Black with #3BF226

Text Example


Text Example

White with #3BF226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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