#30CA05

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

Shades of Kelly Green #30CA05

Tints of Kelly Green #30CA05

Color information

#30CA05 (or 0x30CA05) is unknown color: approx Kelly Green. HEX triplet: 30, CA and 05. RGB value is (48,202,5). Sum of RGB (Red+Green+Blue) = 48+202+5=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CA05 is #CF35FA. Grayscale: #868686. Windows color (decimal): -13579771 or 379440. OLE color: 379440.

HSL color Cylindrical-coordinate representation of color #30CA05: hue angle of 106.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30CA05 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB482025-
CMYK0.7600.980.21
HSL106.9º95.17%40.59%-
HSV(B)106.9º97.52%79.22%-
XYZ22.3742.887.24-
YUV133.555.4867.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 202 (79.30% from 255) = 79.22%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=18.82%
G=79.22%
B=1.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4820250.7600.980.21106.995.1740.59
Hex30CA54C062156b5f29
Octal60312511401422515313751
Binary110000110010101011001100011000101010111010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,202,5); }

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

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

 a { background-color: rgb(48,202,5); }

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

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

 span { border-color: rgb(48,202,5); }

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