Html Css Color HEX #30AD08 Kelly Green

📋 copy color: '#30AD08'

red 48 ◦ green 173 ◦ blue 8

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

Shades of Kelly Green #30AD08

Tints of Kelly Green #30AD08

RGB

 RED value IS 48 (19.14% from 255) = 20.96%

 GREEN value IS 173 (67.97% from 255) = 75.55%

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 20.96%
G = 75.55%
B = 3.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#30AD08 (or 0x30AD08) is known color: Kelly Green. HEX triplet: 30, AD and 08. RGB value is (48,173,8). Sum of RGB (Red+Green+Blue) = 48+173+8=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AD08 is #CF52F7. Grayscale: #757575. Windows color (decimal): -13587192 or 568624. OLE color: 568624.

HSL color Cylindrical-coordinate representation of color #30AD08: hue angle of 105.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30AD08 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 173 8 -
CMYK 0.72 0 0.95 0.32
HSL 105.45º 0.91% 0.35% -
HSV(B) 105.45º 0.95% 0.68% -
XYZ 16.21 30.53 5.27 -
YUV 116.82 66.59 78.92 -
System Red Green Blue C M Y K H S L
Decimal 48 173 8 0.72 0 0.95 0.32 105.45 0.91 0.35
Hex 30 AD 8 48 0 5F 20 69 5B 23
Octal 60 255 10 110 0 137 40 151 133 43
Binary 110000 10101101 1000 1001000 0 1011111 100000 1101001 1011011 100011

Color Harmonies of #30AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AD08

Black with #30AD08

Text Example


Text Example

White with #30AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AD08; }

 p { color: rgb(48,173,8); }

 H1.HeaderClassName
 {
   color: #30AD08;
 }
 .AnyTagClassName
 {
   color: #30AD08;
 }
</style>

background-color css

<style>
 a { background-color: #30AD08; }

 a { background-color: rgb(48,173,8); }

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

border-color css

<style>
 span { border-color: #30AD08; }

 span { border-color: rgb(48,173,8); }

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