Html Css Color HEX #30AE41 Fruit Salad

📋 copy color: '#30AE41'

red 48 ◦ green 174 ◦ blue 65

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

Shades of Fruit Salad #30AE41

Tints of Fruit Salad #30AE41

RGB

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

 GREEN value IS 174 (68.36% from 255) = 60.63%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 16.72%
G = 60.63%
B = 22.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#30AE41 (or 0x30AE41) is known color: Fruit Salad. HEX triplet: 30, AE and 41. RGB value is (48,174,65). Sum of RGB (Red+Green+Blue) = 48+174+65=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 174 (68.36% from 255 or 60.63% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AE41 is #CF51BE. Grayscale: #7C7C7C. Windows color (decimal): -13586879 or 4304432. OLE color: 4304432.

HSL color Cylindrical-coordinate representation of color #30AE41: hue angle of 128.1º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE41 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 174 65 -
CMYK 0.72 0 0.63 0.32
HSL 128.1º 0.57% 0.44% -
HSV(B) 128.1º 0.72% 0.68% -
XYZ 17.31 31.28 10.13 -
YUV 123.9 94.76 73.86 -
System Red Green Blue C M Y K H S L
Decimal 48 174 65 0.72 0 0.63 0.32 128.1 0.57 0.44
Hex 30 AE 41 48 0 3F 20 80 39 2C
Octal 60 256 101 110 0 77 40 200 71 54
Binary 110000 10101110 1000001 1001000 0 111111 100000 10000000 111001 101100

Color Harmonies of #30AE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AE41

Black with #30AE41

Text Example


Text Example

White with #30AE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,174,65); }

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

background-color css

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

 a { background-color: rgb(48,174,65); }

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

border-color css

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

 span { border-color: rgb(48,174,65); }

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