Html Css Color HEX #35FF02 Harlequin

📋 copy color: '#35FF02'

red 53 ◦ green 255 ◦ blue 2

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

Shades of Harlequin #35FF02

Tints of Harlequin #35FF02

RGB

 RED value IS 53 (21.09% from 255) = 17.1%

 GREEN value IS 255 (100% from 255) = 82.26%

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

R = 17.1%
G = 82.26%
B = 0.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#35FF02 (or 0x35FF02) is known color: Harlequin. HEX triplet: 35, FF and 02. RGB value is (53,255,2). Sum of RGB (Red+Green+Blue) = 53+255+2=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 255 (100% from 255 or 82.26% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35FF02 is #CA00FD. Grayscale: #A6A6A6. Windows color (decimal): -13238526 or 196405. OLE color: 196405.

HSL color Cylindrical-coordinate representation of color #35FF02: hue angle of 107.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35FF02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 53 255 2 -
CMYK 0.79 0 0.99 0
HSL 107.91º 1% 0.5% -
HSV(B) 107.91º 0.99% 1% -
XYZ 37.24 72.28 12.05 -
YUV 165.76 35.58 47.57 -
System Red Green Blue C M Y K H S L
Decimal 53 255 2 0.79 0 0.99 0 107.91 1 0.5
Hex 35 FF 2 4F 0 63 0 6C 64 32
Octal 65 377 2 117 0 143 0 154 144 62
Binary 110101 11111111 10 1001111 0 1100011 0 1101100 1100100 110010

Color Harmonies of #35FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FF02

Black with #35FF02

Text Example


Text Example

White with #35FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35FF02; }

 p { color: rgb(53,255,2); }

 H1.HeaderClassName
 {
   color: #35FF02;
 }
 .AnyTagClassName
 {
   color: #35FF02;
 }
</style>

background-color css

<style>
 a { background-color: #35FF02; }

 a { background-color: rgb(53,255,2); }

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

border-color css

<style>
 span { border-color: #35FF02; }

 span { border-color: rgb(53,255,2); }

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