#4BF26A

Color #4BF26A Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #4BF26A

Tints of Screamin' Green #4BF26A

Color information

#4BF26A (or 0x4BF26A) is unknown color: approx Screamin' Green. HEX triplet: 4B, F2 and 6A. RGB value is (75,242,106). Sum of RGB (Red+Green+Blue) = 75+242+106=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF26A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BF26A is #B40D95. Grayscale: #B0B0B0. Windows color (decimal): -11799958 or 7008843. OLE color: 7008843.

HSL color Cylindrical-coordinate representation of color #4BF26A: hue angle of 131.14º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF26A is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB75242106-
CMYK0.6900.560.05
HSL131.14º86.53%62.16%-
HSV(B)131.14º69.01%94.9%-
XYZ37.2666.0424.42-
YUV176.5688.1755.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 242 (94.92% from 255) = 57.21%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=17.73%
G=57.21%
B=25.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752421060.6900.560.05131.1486.5362.16
Hex4BF26A45038583573e
Octal113362152105070520312776
Binary100101111110010110101010001010111000101100000111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BF26A; }

 p { color: rgb(75,242,106); }

 H1.HeaderClassName
 {
   color: #4BF26A;
 }
 .AnyTagClassName
 {
   color: #4BF26A;
 }
</style>
background-color css

<style>
 a { background-color: #4BF26A; }

 a { background-color: rgb(75,242,106); }

 div.DivClassName
 {
   background-color: #4BF26A;
 }
 .BgClassName
 {
   background-color: #4BF26A;
 }
</style>
border-color css

<style>
 span { border-color: #4BF26A; }

 span { border-color: rgb(75,242,106); }

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