Html Css Color HEX #30C415 Kelly Green

📋 copy color: '#30C415'

red 48 ◦ green 196 ◦ blue 21

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

Shades of Kelly Green #30C415

Tints of Kelly Green #30C415

RGB

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

 GREEN value IS 196 (76.95% from 255) = 73.96%

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 18.11%
G = 73.96%
B = 7.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#30C415 (or 0x30C415) is known color: Kelly Green. HEX triplet: 30, C4 and 15. RGB value is (48,196,21). Sum of RGB (Red+Green+Blue) = 48+196+21=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 196 (76.95% from 255 or 73.96% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 196 - color contains mainly: green. Hex color #30C415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C415 is #CF3BEA. Grayscale: #848484. Windows color (decimal): -13581291 or 1426480. OLE color: 1426480.

HSL color Cylindrical-coordinate representation of color #30C415: hue angle of 110.74º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30C415 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 196 21 -
CMYK 0.76 0 0.89 0.23
HSL 110.74º 0.81% 0.43% -
HSV(B) 110.74º 0.89% 0.77% -
XYZ 21.09 40.16 7.35 -
YUV 131.8 65.47 68.23 -
System Red Green Blue C M Y K H S L
Decimal 48 196 21 0.76 0 0.89 0.23 110.74 0.81 0.43
Hex 30 C4 15 4C 0 59 17 6F 51 2B
Octal 60 304 25 114 0 131 27 157 121 53
Binary 110000 11000100 10101 1001100 0 1011001 10111 1101111 1010001 101011

Color Harmonies of #30C415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C415

Black with #30C415

Text Example


Text Example

White with #30C415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,196,21); }

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

background-color css

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

 a { background-color: rgb(48,196,21); }

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

border-color css

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

 span { border-color: rgb(48,196,21); }

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