#58F027

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

Shades of Bright Green #58F027

Tints of Bright Green #58F027

Color information

#58F027 (or 0x58F027) is unknown color: approx Bright Green. HEX triplet: 58, F0 and 27. RGB value is (88,240,39). Sum of RGB (Red+Green+Blue) = 88+240+39=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #58F027 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F027 is #A70FD8. Grayscale: #ACACAC. Windows color (decimal): -10948569 or 2617432. OLE color: 2617432.

HSL color Cylindrical-coordinate representation of color #58F027: hue angle of 105.37º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58F027 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB8824039-
CMYK0.6300.840.06
HSL105.37º87.01%54.71%-
HSV(B)105.37º83.75%94.12%-
XYZ35.5564.5412.5-
YUV171.6453.1468.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 240 (94.14% from 255) = 65.40%
BLUE value IS 39 (15.62% from 255) = 10.63%
R=23.98%
G=65.40%
B=10.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal88240390.6300.840.06105.3787.0154.71
Hex58F0273F0546695737
Octal13036047770124615112767
Binary1011000111100001001111111110101010011011010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58F027; }

 p { color: rgb(88,240,39); }

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

<style>
 a { background-color: #58F027; }

 a { background-color: rgb(88,240,39); }

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

<style>
 span { border-color: #58F027; }

 span { border-color: rgb(88,240,39); }

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