Html Css Color HEX #3CC04D Fruit Salad

📋 copy color: '#3CC04D'

red 60 ◦ green 192 ◦ blue 77

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

Shades of Fruit Salad #3CC04D

Tints of Fruit Salad #3CC04D

RGB

 RED value IS 60 (23.83% from 255) = 18.24%

 GREEN value IS 192 (75.39% from 255) = 58.36%

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 18.24%
G = 58.36%
B = 23.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#3CC04D (or 0x3CC04D) is known color: Fruit Salad. HEX triplet: 3C, C0 and 4D. RGB value is (60,192,77). Sum of RGB (Red+Green+Blue) = 60+192+77=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC04D is #C33FB2. Grayscale: #8B8B8B. Windows color (decimal): -12795827 or 5095484. OLE color: 5095484.

HSL color Cylindrical-coordinate representation of color #3CC04D: hue angle of 127.73º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC04D is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 77 -
CMYK 0.69 0 0.60 0.25
HSL 127.73º 0.52% 0.49% -
HSV(B) 127.73º 0.69% 0.75% -
XYZ 22.05 39.2 13.42 -
YUV 139.42 92.77 71.35 -
System Red Green Blue C M Y K H S L
Decimal 60 192 77 0.69 0 0.60 0.25 127.73 0.52 0.49
Hex 3C C0 4D 45 0 3C 19 80 34 31
Octal 74 300 115 105 0 74 31 200 64 61
Binary 111100 11000000 1001101 1000101 0 111100 11001 10000000 110100 110001

Color Harmonies of #3CC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC04D

Black with #3CC04D

Text Example


Text Example

White with #3CC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CC04D; }

 p { color: rgb(60,192,77); }

 H1.HeaderClassName
 {
   color: #3CC04D;
 }
 .AnyTagClassName
 {
   color: #3CC04D;
 }
</style>

background-color css

<style>
 a { background-color: #3CC04D; }

 a { background-color: rgb(60,192,77); }

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

border-color css

<style>
 span { border-color: #3CC04D; }

 span { border-color: rgb(60,192,77); }

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