Html Css Color HEX #2FFA1D Harlequin

📋 copy color: '#2FFA1D'

red 47 ◦ green 250 ◦ blue 29

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

Shades of Harlequin #2FFA1D

Tints of Harlequin #2FFA1D

RGB

 RED value IS 47 (18.75% from 255) = 14.42%

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

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 14.42%
G = 76.69%
B = 8.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#2FFA1D (or 0x2FFA1D) is known color: Harlequin. HEX triplet: 2F, FA and 1D. RGB value is (47,250,29). Sum of RGB (Red+Green+Blue) = 47+250+29=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA1D is #D005E2. Grayscale: #A4A4A4. Windows color (decimal): -13632995 or 1964591. OLE color: 1964591.

HSL color Cylindrical-coordinate representation of color #2FFA1D: hue angle of 115.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FFA1D is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 29 -
CMYK 0.81 0 0.88 0.02
HSL 115.11º 0.96% 0.55% -
HSV(B) 115.11º 0.88% 0.98% -
XYZ 35.58 69.06 12.62 -
YUV 164.11 51.75 44.47 -
System Red Green Blue C M Y K H S L
Decimal 47 250 29 0.81 0 0.88 0.02 115.11 0.96 0.55
Hex 2F FA 1D 51 0 58 2 73 60 37
Octal 57 372 35 121 0 130 2 163 140 67
Binary 101111 11111010 11101 1010001 0 1011000 10 1110011 1100000 110111

Color Harmonies of #2FFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA1D

Black with #2FFA1D

Text Example


Text Example

White with #2FFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FFA1D; }

 p { color: rgb(47,250,29); }

 H1.HeaderClassName
 {
   color: #2FFA1D;
 }
 .AnyTagClassName
 {
   color: #2FFA1D;
 }
</style>

background-color css

<style>
 a { background-color: #2FFA1D; }

 a { background-color: rgb(47,250,29); }

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

border-color css

<style>
 span { border-color: #2FFA1D; }

 span { border-color: rgb(47,250,29); }

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