Html Css Color HEX #30AF08 Kelly Green

📋 copy color: '#30AF08'

red 48 ◦ green 175 ◦ blue 8

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

Shades of Kelly Green #30AF08

Tints of Kelly Green #30AF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 75.76%

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

R = 20.78%
G = 75.76%
B = 3.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#30AF08 (or 0x30AF08) is known color: Kelly Green. HEX triplet: 30, AF and 08. RGB value is (48,175,8). Sum of RGB (Red+Green+Blue) = 48+175+8=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AF08 is #CF50F7. Grayscale: #767676. Windows color (decimal): -13586680 or 569136. OLE color: 569136.

HSL color Cylindrical-coordinate representation of color #30AF08: hue angle of 105.63º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30AF08 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 8 -
CMYK 0.73 0 0.95 0.31
HSL 105.63º 0.91% 0.36% -
HSV(B) 105.63º 0.95% 0.69% -
XYZ 16.59 31.31 5.4 -
YUV 117.99 65.92 78.08 -
System Red Green Blue C M Y K H S L
Decimal 48 175 8 0.73 0 0.95 0.31 105.63 0.91 0.36
Hex 30 AF 8 49 0 5F 1F 6A 5B 24
Octal 60 257 10 111 0 137 37 152 133 44
Binary 110000 10101111 1000 1001001 0 1011111 11111 1101010 1011011 100100

Color Harmonies of #30AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF08

Black with #30AF08

Text Example


Text Example

White with #30AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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