Html Css Color HEX #4BFA02 Harlequin

📋 copy color: '#4BFA02'

red 75 ◦ green 250 ◦ blue 2

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

Shades of Harlequin #4BFA02

Tints of Harlequin #4BFA02

RGB

 RED value IS 75 (29.69% from 255) = 22.94%

 GREEN value IS 250 (98.05% from 255) = 76.45%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 22.94%
G = 76.45%
B = 0.61%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#4BFA02 (or 0x4BFA02) is known color: Harlequin. HEX triplet: 4B, FA and 02. RGB value is (75,250,2). Sum of RGB (Red+Green+Blue) = 75+250+2=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 250 (98.05% from 255 or 76.45% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFA02 is #B405FD. Grayscale: #AAAAAA. Windows color (decimal): -11798014 or 195147. OLE color: 195147.

HSL color Cylindrical-coordinate representation of color #4BFA02: hue angle of 102.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BFA02 is Cyan = 0.7, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 250 2 -
CMYK 0.7 0 0.99 0.02
HSL 102.34º 0.98% 0.49% -
HSV(B) 102.34º 0.99% 0.98% -
XYZ 37.1 69.87 11.59 -
YUV 169.4 33.52 60.67 -
System Red Green Blue C M Y K H S L
Decimal 75 250 2 0.7 0 0.99 0.02 102.34 0.98 0.49
Hex 4B FA 2 46 0 63 2 66 62 31
Octal 113 372 2 106 0 143 2 146 142 61
Binary 1001011 11111010 10 1000110 0 1100011 10 1100110 1100010 110001

Color Harmonies of #4BFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFA02

Black with #4BFA02

Text Example


Text Example

White with #4BFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,250,2); }

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

background-color css

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

 a { background-color: rgb(75,250,2); }

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

border-color css

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

 span { border-color: rgb(75,250,2); }

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