Html Css Color HEX #30C20F Kelly Green

📋 copy color: '#30C20F'

red 48 ◦ green 194 ◦ blue 15

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

Shades of Kelly Green #30C20F

Tints of Kelly Green #30C20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 75.49%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 18.68%
G = 75.49%
B = 5.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#30C20F (or 0x30C20F) is known color: Kelly Green. HEX triplet: 30, C2 and 0F. RGB value is (48,194,15). Sum of RGB (Red+Green+Blue) = 48+194+15=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #30C20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C20F is #CF3DF0. Grayscale: #828282. Windows color (decimal): -13581809 or 1032752. OLE color: 1032752.

HSL color Cylindrical-coordinate representation of color #30C20F: hue angle of 108.94º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30C20F is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 194 15 -
CMYK 0.75 0 0.92 0.24
HSL 108.94º 0.86% 0.41% -
HSV(B) 108.94º 0.92% 0.76% -
XYZ 20.6 39.25 6.94 -
YUV 129.94 63.13 69.55 -
System Red Green Blue C M Y K H S L
Decimal 48 194 15 0.75 0 0.92 0.24 108.94 0.86 0.41
Hex 30 C2 F 4B 0 5C 18 6D 56 29
Octal 60 302 17 113 0 134 30 155 126 51
Binary 110000 11000010 1111 1001011 0 1011100 11000 1101101 1010110 101001

Color Harmonies of #30C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C20F

Black with #30C20F

Text Example


Text Example

White with #30C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,194,15); }

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

background-color css

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

 a { background-color: rgb(48,194,15); }

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

border-color css

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

 span { border-color: rgb(48,194,15); }

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