Html Css Color HEX #30AF10 Kelly Green

📋 copy color: '#30AF10'

red 48 ◦ green 175 ◦ blue 16

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

Shades of Kelly Green #30AF10

Tints of Kelly Green #30AF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 20.08%
G = 73.22%
B = 6.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#30AF10 (or 0x30AF10) is known color: Kelly Green. HEX triplet: 30, AF and 10. RGB value is (48,175,16). Sum of RGB (Red+Green+Blue) = 48+175+16=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AF10 is #CF50EF. Grayscale: #777777. Windows color (decimal): -13586672 or 1093424. OLE color: 1093424.

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

Color convert

RGB 48 175 16 -
CMYK 0.73 0 0.91 0.31
HSL 107.92º 0.83% 0.37% -
HSV(B) 107.92º 0.91% 0.69% -
XYZ 16.64 31.33 5.66 -
YUV 118.9 69.92 77.43 -
System Red Green Blue C M Y K H S L
Decimal 48 175 16 0.73 0 0.91 0.31 107.92 0.83 0.37
Hex 30 AF 10 49 0 5B 1F 6C 53 25
Octal 60 257 20 111 0 133 37 154 123 45
Binary 110000 10101111 10000 1001001 0 1011011 11111 1101100 1010011 100101

Color Harmonies of #30AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF10

Black with #30AF10

Text Example


Text Example

White with #30AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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