Html Css Color HEX #F2FE25 Lemon

📋 copy color: '#F2FE25'

red 242 ◦ green 254 ◦ blue 37

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

Shades of Lemon #F2FE25

Tints of Lemon #F2FE25

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.65%

 BLUE value IS 37 (14.84% from 255) = 6.94%

R = 45.4%
G = 47.65%
B = 6.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#F2FE25 (or 0xF2FE25) is known color: Lemon. HEX triplet: F2, FE and 25. RGB value is (242,254,37). Sum of RGB (Red+Green+Blue) = 242+254+37=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 37 (14.84% from 255 or 6.94% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FE25 is #0D01DA. Grayscale: #E2E2E2. Windows color (decimal): -852443 or 2490098. OLE color: 2490098.

HSL color Cylindrical-coordinate representation of color #F2FE25: hue angle of 63.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2FE25 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 254 37 -
CMYK 0.05 0 0.85 0.00
HSL 63.32º 0.99% 0.57% -
HSV(B) 63.32º 0.85% 1% -
XYZ 72.39 89.89 15.29 -
YUV 225.67 21.52 139.64 -
System Red Green Blue C M Y K H S L
Decimal 242 254 37 0.05 0 0.85 0.00 63.32 0.99 0.57
Hex F2 FE 25 5 0 55 0 3F 63 39
Octal 362 376 45 5 0 125 0 77 143 71
Binary 11110010 11111110 100101 101 0 1010101 0 111111 1100011 111001

Color Harmonies of #F2FE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE25

Black with #F2FE25

Text Example


Text Example

White with #F2FE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE25; }

 p { color: rgb(242,254,37); }

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

background-color css

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

 a { background-color: rgb(242,254,37); }

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

border-color css

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

 span { border-color: rgb(242,254,37); }

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