Html Css Color HEX #4CFB30 Harlequin

📋 copy color: '#4CFB30'

red 76 ◦ green 251 ◦ blue 48

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

Shades of Harlequin #4CFB30

Tints of Harlequin #4CFB30

RGB

 RED value IS 76 (30.08% from 255) = 20.27%

 GREEN value IS 251 (98.44% from 255) = 66.93%

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 20.27%
G = 66.93%
B = 12.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#4CFB30 (or 0x4CFB30) is known color: Harlequin. HEX triplet: 4C, FB and 30. RGB value is (76,251,48). Sum of RGB (Red+Green+Blue) = 76+251+48=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 251 (98.44% from 255 or 66.93% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB30 is #B304CF. Grayscale: #B0B0B0. Windows color (decimal): -11732176 or 3210060. OLE color: 3210060.

HSL color Cylindrical-coordinate representation of color #4CFB30: hue angle of 111.72º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CFB30 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 251 48 -
CMYK 0.70 0 0.81 0.02
HSL 111.72º 0.96% 0.59% -
HSV(B) 111.72º 0.81% 0.98% -
XYZ 38.01 70.74 14.45 -
YUV 175.53 56.02 57.01 -
System Red Green Blue C M Y K H S L
Decimal 76 251 48 0.70 0 0.81 0.02 111.72 0.96 0.59
Hex 4C FB 30 46 0 51 2 70 60 3B
Octal 114 373 60 106 0 121 2 160 140 73
Binary 1001100 11111011 110000 1000110 0 1010001 10 1110000 1100000 111011

Color Harmonies of #4CFB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFB30

Black with #4CFB30

Text Example


Text Example

White with #4CFB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CFB30; }

 p { color: rgb(76,251,48); }

 H1.HeaderClassName
 {
   color: #4CFB30;
 }
 .AnyTagClassName
 {
   color: #4CFB30;
 }
</style>

background-color css

<style>
 a { background-color: #4CFB30; }

 a { background-color: rgb(76,251,48); }

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

border-color css

<style>
 span { border-color: #4CFB30; }

 span { border-color: rgb(76,251,48); }

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