#4BF268

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

Shades of Screamin' Green #4BF268

Tints of Screamin' Green #4BF268

Color information

#4BF268 (or 0x4BF268) is unknown color: approx Screamin' Green. HEX triplet: 4B, F2 and 68. RGB value is (75,242,104). Sum of RGB (Red+Green+Blue) = 75+242+104=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF268 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BF268 is #B40D97. Grayscale: #B0B0B0. Windows color (decimal): -11799960 or 6877771. OLE color: 6877771.

HSL color Cylindrical-coordinate representation of color #4BF268: hue angle of 130.42º 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 #4BF268 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB75242104-
CMYK0.6900.570.05
HSL130.42º86.53%62.16%-
HSV(B)130.42º69.01%94.9%-
XYZ37.156623.88-
YUV176.3487.1755.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.81%
GREEN value IS 242 (94.92% from 255) = 57.48%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=17.81%
G=57.48%
B=24.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752421040.6900.570.05130.4286.5362.16
Hex4BF26845039582573e
Octal113362150105071520212776
Binary100101111110010110100010001010111001101100000101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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