Html Css Color HEX #4BF502 Harlequin

📋 copy color: '#4BF502'

red 75 ◦ green 245 ◦ blue 2

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

Shades of Harlequin #4BF502

Tints of Harlequin #4BF502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 76.09%

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

R = 23.29%
G = 76.09%
B = 0.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#4BF502 (or 0x4BF502) is known color: Harlequin. HEX triplet: 4B, F5 and 02. RGB value is (75,245,2). Sum of RGB (Red+Green+Blue) = 75+245+2=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 245 (96.09% from 255 or 76.09% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF502 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF502 is #B40AFD. Grayscale: #A7A7A7. Windows color (decimal): -11799294 or 193867. OLE color: 193867.

HSL color Cylindrical-coordinate representation of color #4BF502: hue angle of 101.98º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BF502 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 75 245 2 -
CMYK 0.69 0 0.99 0.04
HSL 101.98º 0.98% 0.48% -
HSV(B) 101.98º 0.99% 0.96% -
XYZ 35.57 66.81 11.08 -
YUV 166.47 35.18 62.76 -
System Red Green Blue C M Y K H S L
Decimal 75 245 2 0.69 0 0.99 0.04 101.98 0.98 0.48
Hex 4B F5 2 45 0 63 4 66 62 30
Octal 113 365 2 105 0 143 4 146 142 60
Binary 1001011 11110101 10 1000101 0 1100011 100 1100110 1100010 110000

Color Harmonies of #4BF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF502

Black with #4BF502

Text Example


Text Example

White with #4BF502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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