Html Css Color HEX #4BF302 Harlequin

📋 copy color: '#4BF302'

red 75 ◦ green 243 ◦ blue 2

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

Shades of Harlequin #4BF302

Tints of Harlequin #4BF302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 75.94%

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

R = 23.44%
G = 75.94%
B = 0.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#4BF302 (or 0x4BF302) is known color: Harlequin. HEX triplet: 4B, F3 and 02. RGB value is (75,243,2). Sum of RGB (Red+Green+Blue) = 75+243+2=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF302 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF302 is #B40CFD. Grayscale: #A6A6A6. Windows color (decimal): -11799806 or 193355. OLE color: 193355.

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

Color convert

RGB 75 243 2 -
CMYK 0.69 0 0.99 0.05
HSL 101.83º 0.98% 0.48% -
HSV(B) 101.83º 0.99% 0.95% -
XYZ 34.96 65.6 10.88 -
YUV 165.29 35.84 63.6 -
System Red Green Blue C M Y K H S L
Decimal 75 243 2 0.69 0 0.99 0.05 101.83 0.98 0.48
Hex 4B F3 2 45 0 63 5 66 62 30
Octal 113 363 2 105 0 143 5 146 142 60
Binary 1001011 11110011 10 1000101 0 1100011 101 1100110 1100010 110000

Color Harmonies of #4BF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF302

Black with #4BF302

Text Example


Text Example

White with #4BF302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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