Html Css Color HEX #35DF02 Harlequin

📋 copy color: '#35DF02'

red 53 ◦ green 223 ◦ blue 2

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

Shades of Harlequin #35DF02

Tints of Harlequin #35DF02

RGB

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

 GREEN value IS 223 (87.5% from 255) = 80.22%

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

R = 19.06%
G = 80.22%
B = 0.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#35DF02 (or 0x35DF02) is known color: Harlequin. HEX triplet: 35, DF and 02. RGB value is (53,223,2). Sum of RGB (Red+Green+Blue) = 53+223+2=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35DF02 is #CA20FD. Grayscale: #939393. Windows color (decimal): -13246718 or 188213. OLE color: 188213.

HSL color Cylindrical-coordinate representation of color #35DF02: hue angle of 106.15º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35DF02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 223 2 -
CMYK 0.76 0 0.99 0.13
HSL 106.15º 0.98% 0.44% -
HSV(B) 106.15º 0.99% 0.87% -
XYZ 27.87 53.54 8.92 -
YUV 146.98 46.18 60.97 -
System Red Green Blue C M Y K H S L
Decimal 53 223 2 0.76 0 0.99 0.13 106.15 0.98 0.44
Hex 35 DF 2 4C 0 63 D 6A 62 2C
Octal 65 337 2 114 0 143 15 152 142 54
Binary 110101 11011111 10 1001100 0 1100011 1101 1101010 1100010 101100

Color Harmonies of #35DF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DF02

Black with #35DF02

Text Example


Text Example

White with #35DF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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