#58BF30

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

Shades of Kelly Green #58BF30

Tints of Kelly Green #58BF30

Color information

#58BF30 (or 0x58BF30) is unknown color: approx Kelly Green. HEX triplet: 58, BF and 30. RGB value is (88,191,48). Sum of RGB (Red+Green+Blue) = 88+191+48=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BF30 is #A740CF. Grayscale: #909090. Windows color (decimal): -10961104 or 3194712. OLE color: 3194712.

HSL color Cylindrical-coordinate representation of color #58BF30: hue angle of 103.22º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58BF30 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB8819148-
CMYK0.5400.750.25
HSL103.22º59.83%46.86%-
HSV(B)103.22º74.87%74.9%-
XYZ23.1939.559.21-
YUV143.973.8888.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 191 (75% from 255) = 58.41%
BLUE value IS 48 (19.14% from 255) = 14.68%
R=26.91%
G=58.41%
B=14.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88191480.5400.750.25103.2259.8346.86
Hex58BF303604B19673c2f
Octal13027760660113311477457
Binary10110001011111111000011011001001011110011100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,191,48); }

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

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

 a { background-color: rgb(88,191,48); }

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

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

 span { border-color: rgb(88,191,48); }

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