#30BF54

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

Shades of Chateau Green #30BF54

Tints of Chateau Green #30BF54

Color information

#30BF54 (or 0x30BF54) is unknown color: approx Chateau Green. HEX triplet: 30, BF and 54. RGB value is (48,191,84). Sum of RGB (Red+Green+Blue) = 48+191+84=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF54 is #CF40AB. Grayscale: #888888. Windows color (decimal): -13582508 or 5553968. OLE color: 5553968.

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

Color convert

RGB4819184-
CMYK0.7500.560.25
HSL135.1º59.83%46.86%-
HSV(B)135.1º74.87%74.9%-
XYZ21.4538.5314.69-
YUV136.0498.6265.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 191 (75% from 255) = 59.13%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=14.86%
G=59.13%
B=26.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191840.7500.560.25135.159.8346.86
Hex30BF544B03819873c2f
Octal60277124113070312077457
Binary110000101111111010100100101101110001100110000111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,191,84); }

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

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

 a { background-color: rgb(48,191,84); }

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

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

 span { border-color: rgb(48,191,84); }

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