Html Css Color HEX #58DC30 Kelly Green

📋 copy color: '#58DC30'

red 88 ◦ green 220 ◦ blue 48

#58DC30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #58DC30

Tints of Kelly Green #58DC30

RGB

 RED value IS 88 (34.77% from 255) = 24.72%

 GREEN value IS 220 (86.33% from 255) = 61.8%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 24.72%
G = 61.8%
B = 13.48%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#58DC30 (or 0x58DC30) is known color: Kelly Green. HEX triplet: 58, DC and 30. RGB value is (88,220,48). Sum of RGB (Red+Green+Blue) = 88+220+48=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC30 is #A723CF. Grayscale: #A1A1A1. Windows color (decimal): -10953680 or 3202136. OLE color: 3202136.

HSL color Cylindrical-coordinate representation of color #58DC30: hue angle of 106.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58DC30 is Cyan = 0.6, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 220 48 -
CMYK 0.6 0 0.78 0.14
HSL 106.05º 0.71% 0.53% -
HSV(B) 106.05º 0.78% 0.86% -
XYZ 30.15 53.47 11.53 -
YUV 160.92 64.27 75.99 -
System Red Green Blue C M Y K H S L
Decimal 88 220 48 0.6 0 0.78 0.14 106.05 0.71 0.53
Hex 58 DC 30 3C 0 4E E 6A 47 35
Octal 130 334 60 74 0 116 16 152 107 65
Binary 1011000 11011100 110000 111100 0 1001110 1110 1101010 1000111 110101

Color Harmonies of #58DC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC30

Black with #58DC30

Text Example


Text Example

White with #58DC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58DC30;
 }
 .AnyTagClassName
 {
   color: #58DC30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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