Html Css Color HEX #30B21C Kelly Green

📋 copy color: '#30B21C'

red 48 ◦ green 178 ◦ blue 28

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

Shades of Kelly Green #30B21C

Tints of Kelly Green #30B21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 70.08%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 18.9%
G = 70.08%
B = 11.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#30B21C (or 0x30B21C) is known color: Kelly Green. HEX triplet: 30, B2 and 1C. RGB value is (48,178,28). Sum of RGB (Red+Green+Blue) = 48+178+28=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #30B21C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B21C is #CF4DE3. Grayscale: #7A7A7A. Windows color (decimal): -13585892 or 1880624. OLE color: 1880624.

HSL color Cylindrical-coordinate representation of color #30B21C: hue angle of 112º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30B21C is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 28 -
CMYK 0.73 0 0.84 0.30
HSL 112º 0.73% 0.4% -
HSV(B) 112º 0.84% 0.7% -
XYZ 17.35 32.55 6.47 -
YUV 122.03 74.93 75.2 -
System Red Green Blue C M Y K H S L
Decimal 48 178 28 0.73 0 0.84 0.30 112 0.73 0.4
Hex 30 B2 1C 49 0 54 1E 70 49 28
Octal 60 262 34 111 0 124 36 160 111 50
Binary 110000 10110010 11100 1001001 0 1010100 11110 1110000 1001001 101000

Color Harmonies of #30B21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B21C

Black with #30B21C

Text Example


Text Example

White with #30B21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,178,28); }

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

background-color css

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

 a { background-color: rgb(48,178,28); }

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

border-color css

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

 span { border-color: rgb(48,178,28); }

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