#6AE302

Color #6AE302 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #6AE302

Tints of Bright Green #6AE302

Color information

#6AE302 (or 0x6AE302) is unknown color: approx Bright Green. HEX triplet: 6A, E3 and 02. RGB value is (106,227,2). Sum of RGB (Red+Green+Blue) = 106+227+2=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE302 is #951CFD. Grayscale: #A5A5A5. Windows color (decimal): -9772286 or 189290. OLE color: 189290.

HSL color Cylindrical-coordinate representation of color #6AE302: hue angle of 92.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AE302 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB1062272-
CMYK0.5300.990.11
HSL92.27º98.25%44.9%-
HSV(B)92.27º99.12%89.02%-
XYZ33.4258.019.49-
YUV165.1735.9185.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 227 (89.06% from 255) = 67.76%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=31.64%
G=67.76%
B=0.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal10622720.5300.990.1192.2798.2544.9
Hex6AE3235063B5c622d
Octal15234326501431313414255
Binary1101010111000111011010101100011101110111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AE302; }

 p { color: rgb(106,227,2); }

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

<style>
 a { background-color: #6AE302; }

 a { background-color: rgb(106,227,2); }

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

<style>
 span { border-color: #6AE302; }

 span { border-color: rgb(106,227,2); }

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