#64ED30

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

Shades of Bright Green #64ED30

Tints of Bright Green #64ED30

Color information

#64ED30 (or 0x64ED30) is unknown color: approx Bright Green. HEX triplet: 64, ED and 30. RGB value is (100,237,48). Sum of RGB (Red+Green+Blue) = 100+237+48=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64ED30 is #9B12CF. Grayscale: #AFAFAF. Windows color (decimal): -10162896 or 3206500. OLE color: 3206500.

HSL color Cylindrical-coordinate representation of color #64ED30: hue angle of 103.49º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64ED30 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB10023748-
CMYK0.5800.800.07
HSL103.49º84%55.88%-
HSV(B)103.49º79.75%92.94%-
XYZ36.0763.4913.15-
YUV174.4956.6174.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 237 (92.97% from 255) = 61.56%
BLUE value IS 48 (19.14% from 255) = 12.47%
R=25.97%
G=61.56%
B=12.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100237480.5800.800.07103.498455.88
Hex64ED303A0507675438
Octal14435560720120714712470
Binary1100100111011011100001110100101000011111001111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ED30; }

 p { color: rgb(100,237,48); }

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

<style>
 a { background-color: #64ED30; }

 a { background-color: rgb(100,237,48); }

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

<style>
 span { border-color: #64ED30; }

 span { border-color: rgb(100,237,48); }

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