Html Css Color HEX #2FED1B Harlequin

📋 copy color: '#2FED1B'

red 47 ◦ green 237 ◦ blue 27

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

Shades of Harlequin #2FED1B

Tints of Harlequin #2FED1B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 76.21%

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 15.11%
G = 76.21%
B = 8.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#2FED1B (or 0x2FED1B) is known color: Harlequin. HEX triplet: 2F, ED and 1B. RGB value is (47,237,27). Sum of RGB (Red+Green+Blue) = 47+237+27=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 237 (92.97% from 255 or 76.21% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FED1B is #D012E4. Grayscale: #9C9C9C. Windows color (decimal): -13636325 or 1830191. OLE color: 1830191.

HSL color Cylindrical-coordinate representation of color #2FED1B: hue angle of 114.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FED1B is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 27 -
CMYK 0.80 0 0.89 0.07
HSL 114.29º 0.85% 0.52% -
HSV(B) 114.29º 0.89% 0.93% -
XYZ 31.65 61.25 11.19 -
YUV 156.25 55.05 50.08 -
System Red Green Blue C M Y K H S L
Decimal 47 237 27 0.80 0 0.89 0.07 114.29 0.85 0.52
Hex 2F ED 1B 50 0 59 7 72 55 34
Octal 57 355 33 120 0 131 7 162 125 64
Binary 101111 11101101 11011 1010000 0 1011001 111 1110010 1010101 110100

Color Harmonies of #2FED1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED1B

Black with #2FED1B

Text Example


Text Example

White with #2FED1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,27); }

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

background-color css

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

 a { background-color: rgb(47,237,27); }

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

border-color css

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

 span { border-color: rgb(47,237,27); }

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