Html Css Color HEX #F2FF52 Laser Lemon

📋 copy color: '#F2FF52'

red 242 ◦ green 255 ◦ blue 82

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

Shades of Laser Lemon #F2FF52

Tints of Laser Lemon #F2FF52

RGB

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

 GREEN value IS 255 (100% from 255) = 44.04%

 BLUE value IS 82 (32.42% from 255) = 14.16%

R = 41.8%
G = 44.04%
B = 14.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#F2FF52 (or 0xF2FF52) is known color: Laser Lemon. HEX triplet: F2, FF and 52. RGB value is (242,255,82). Sum of RGB (Red+Green+Blue) = 242+255+82=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 82 (32.42% from 255 or 14.16% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF52 is #0D00AD. Grayscale: #E8E8E8. Windows color (decimal): -852142 or 5439474. OLE color: 5439474.

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

Color convert

RGB 242 255 82 -
CMYK 0.05 0 0.68 0
HSL 64.51º 1% 0.66% -
HSV(B) 64.51º 0.68% 1% -
XYZ 73.9 91.01 21.65 -
YUV 231.39 43.69 135.57 -
System Red Green Blue C M Y K H S L
Decimal 242 255 82 0.05 0 0.68 0 64.51 1 0.66
Hex F2 FF 52 5 0 44 0 41 64 42
Octal 362 377 122 5 0 104 0 101 144 102
Binary 11110010 11111111 1010010 101 0 1000100 0 1000001 1100100 1000010

Color Harmonies of #F2FF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF52

Black with #F2FF52

Text Example


Text Example

White with #F2FF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF52; }

 p { color: rgb(242,255,82); }

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

background-color css

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

 a { background-color: rgb(242,255,82); }

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

border-color css

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

 span { border-color: rgb(242,255,82); }

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