#65EF02

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

Shades of Bright Green #65EF02

Tints of Bright Green #65EF02

Color information

#65EF02 (or 0x65EF02) is unknown color: approx Bright Green. HEX triplet: 65, EF and 02. RGB value is (101,239,2). Sum of RGB (Red+Green+Blue) = 101+239+2=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 239 (93.75% from 255 or 69.88% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65EF02 is #9A10FD. Grayscale: #ABABAB. Windows color (decimal): -10096894 or 192357. OLE color: 192357.

HSL color Cylindrical-coordinate representation of color #65EF02: hue angle of 94.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65EF02 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB1012392-
CMYK0.5800.990.06
HSL94.94º98.34%47.25%-
HSV(B)94.94º99.16%93.73%-
XYZ36.2464.510.6-
YUV170.7232.7878.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 239 (93.75% from 255) = 69.88%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=29.53%
G=69.88%
B=0.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal10123920.5800.990.0694.9498.3447.25
Hex65EF23A06365f622f
Octal1453572720143613714257
Binary110010111101111101110100110001111010111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65EF02; }

 p { color: rgb(101,239,2); }

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

<style>
 a { background-color: #65EF02; }

 a { background-color: rgb(101,239,2); }

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

<style>
 span { border-color: #65EF02; }

 span { border-color: rgb(101,239,2); }

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