#30C002

Color #30C002 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #30C002

Tints of Kelly Green #30C002

Color information

#30C002 (or 0x30C002) is unknown color: approx Kelly Green. HEX triplet: 30, C0 and 02. RGB value is (48,192,2). Sum of RGB (Red+Green+Blue) = 48+192+2=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #30C002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C002 is #CF3FFD. Grayscale: #7F7F7F. Windows color (decimal): -13582334 or 180272. OLE color: 180272.

HSL color Cylindrical-coordinate representation of color #30C002: hue angle of 105.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30C002 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB481922-
CMYK0.7500.990.25
HSL105.47º97.94%38.04%-
HSV(B)105.47º98.96%75.29%-
XYZ20.0838.336.4-
YUV127.2857.2971.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 192 (75.39% from 255) = 79.34%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=19.83%
G=79.34%
B=0.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4819220.7500.990.25105.4797.9438.04
Hex30C024B06319696226
Octal60300211301433115114246
Binary11000011000000101001011011000111100111010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,192,2); }

 H1.HeaderClassName
 {
   color: #30C002;
 }
 .AnyTagClassName
 {
   color: #30C002;
 }
</style>
background-color css

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

 a { background-color: rgb(48,192,2); }

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

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

 span { border-color: rgb(48,192,2); }

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