Html Css Color HEX #30BE52 Chateau Green

📋 copy color: '#30BE52'

red 48 ◦ green 190 ◦ blue 82

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

Shades of Chateau Green #30BE52

Tints of Chateau Green #30BE52

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.38%

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 15%
G = 59.38%
B = 25.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#30BE52 (or 0x30BE52) is known color: Chateau Green. HEX triplet: 30, BE and 52. RGB value is (48,190,82). Sum of RGB (Red+Green+Blue) = 48+190+82=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BE52 is #CF41AD. Grayscale: #878787. Windows color (decimal): -13582766 or 5422640. OLE color: 5422640.

HSL color Cylindrical-coordinate representation of color #30BE52: hue angle of 134.37º 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 #30BE52 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 190 82 -
CMYK 0.75 0 0.57 0.25
HSL 134.37º 0.6% 0.47% -
HSV(B) 134.37º 0.75% 0.75% -
XYZ 21.16 38.06 14.21 -
YUV 135.23 97.96 65.78 -
System Red Green Blue C M Y K H S L
Decimal 48 190 82 0.75 0 0.57 0.25 134.37 0.6 0.47
Hex 30 BE 52 4B 0 39 19 86 3C 2F
Octal 60 276 122 113 0 71 31 206 74 57
Binary 110000 10111110 1010010 1001011 0 111001 11001 10000110 111100 101111

Color Harmonies of #30BE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BE52

Black with #30BE52

Text Example


Text Example

White with #30BE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,190,82); }

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

background-color css

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

 a { background-color: rgb(48,190,82); }

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

border-color css

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

 span { border-color: rgb(48,190,82); }

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