Html Css Color HEX #30AB12 Kelly Green

📋 copy color: '#30AB12'

red 48 ◦ green 171 ◦ blue 18

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

Shades of Kelly Green #30AB12

Tints of Kelly Green #30AB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 72.15%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 20.25%
G = 72.15%
B = 7.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#30AB12 (or 0x30AB12) is known color: Kelly Green. HEX triplet: 30, AB and 12. RGB value is (48,171,18). Sum of RGB (Red+Green+Blue) = 48+171+18=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AB12 is #CF54ED. Grayscale: #757575. Windows color (decimal): -13587694 or 1223472. OLE color: 1223472.

HSL color Cylindrical-coordinate representation of color #30AB12: hue angle of 108.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30AB12 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 171 18 -
CMYK 0.72 0 0.89 0.33
HSL 108.24º 0.81% 0.37% -
HSV(B) 108.24º 0.89% 0.67% -
XYZ 15.89 29.8 5.49 -
YUV 116.78 72.25 78.94 -
System Red Green Blue C M Y K H S L
Decimal 48 171 18 0.72 0 0.89 0.33 108.24 0.81 0.37
Hex 30 AB 12 48 0 59 21 6C 51 25
Octal 60 253 22 110 0 131 41 154 121 45
Binary 110000 10101011 10010 1001000 0 1011001 100001 1101100 1010001 100101

Color Harmonies of #30AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AB12

Black with #30AB12

Text Example


Text Example

White with #30AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,171,18); }

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

background-color css

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

 a { background-color: rgb(48,171,18); }

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

border-color css

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

 span { border-color: rgb(48,171,18); }

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