Html Css Color HEX #F2FC21 Lemon

📋 copy color: '#F2FC21'

red 242 ◦ green 252 ◦ blue 33

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

Shades of Lemon #F2FC21

Tints of Lemon #F2FC21

RGB

 RED value IS 242 (94.92% from 255) = 45.92%

 GREEN value IS 252 (98.83% from 255) = 47.82%

 BLUE value IS 33 (13.28% from 255) = 6.26%

R = 45.92%
G = 47.82%
B = 6.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#F2FC21 (or 0xF2FC21) is known color: Lemon. HEX triplet: F2, FC and 21. RGB value is (242,252,33). Sum of RGB (Red+Green+Blue) = 242+252+33=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 33 (13.28% from 255 or 6.26% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC21 is #0D03DE. Grayscale: #E0E0E0. Windows color (decimal): -852959 or 2227442. OLE color: 2227442.

HSL color Cylindrical-coordinate representation of color #F2FC21: hue angle of 62.74º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2FC21 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 33 -
CMYK 0.04 0 0.87 0.01
HSL 62.74º 0.97% 0.56% -
HSV(B) 62.74º 0.87% 0.99% -
XYZ 71.7 88.61 14.76 -
YUV 224.04 20.19 140.81 -
System Red Green Blue C M Y K H S L
Decimal 242 252 33 0.04 0 0.87 0.01 62.74 0.97 0.56
Hex F2 FC 21 4 0 57 1 3F 61 38
Octal 362 374 41 4 0 127 1 77 141 70
Binary 11110010 11111100 100001 100 0 1010111 1 111111 1100001 111000

Color Harmonies of #F2FC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC21

Black with #F2FC21

Text Example


Text Example

White with #F2FC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC21; }

 p { color: rgb(242,252,33); }

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

background-color css

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

 a { background-color: rgb(242,252,33); }

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

border-color css

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

 span { border-color: rgb(242,252,33); }

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