Html Css Color HEX #EBF21C Lemon

📋 copy color: '#EBF21C'

red 235 ◦ green 242 ◦ blue 28

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

Shades of Lemon #EBF21C

Tints of Lemon #EBF21C

RGB

 RED value IS 235 (92.19% from 255) = 46.53%

 GREEN value IS 242 (94.92% from 255) = 47.92%

 BLUE value IS 28 (11.33% from 255) = 5.54%

R = 46.53%
G = 47.92%
B = 5.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#EBF21C (or 0xEBF21C) is known color: Lemon. HEX triplet: EB, F2 and 1C. RGB value is (235,242,28). Sum of RGB (Red+Green+Blue) = 235+242+28=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 28 (11.33% from 255 or 5.54% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF21C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF21C is #140DE3. Grayscale: #D8D8D8. Windows color (decimal): -1314276 or 1897195. OLE color: 1897195.

HSL color Cylindrical-coordinate representation of color #EBF21C: hue angle of 61.96º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBF21C is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 28 -
CMYK 0.03 0 0.88 0.05
HSL 61.96º 0.89% 0.53% -
HSV(B) 61.96º 0.88% 0.95% -
XYZ 66.22 81.25 13.29 -
YUV 215.51 22.18 141.9 -
System Red Green Blue C M Y K H S L
Decimal 235 242 28 0.03 0 0.88 0.05 61.96 0.89 0.53
Hex EB F2 1C 3 0 58 5 3E 59 35
Octal 353 362 34 3 0 130 5 76 131 65
Binary 11101011 11110010 11100 11 0 1011000 101 111110 1011001 110101

Color Harmonies of #EBF21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF21C

Black with #EBF21C

Text Example


Text Example

White with #EBF21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF21C; }

 p { color: rgb(235,242,28); }

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

background-color css

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

 a { background-color: rgb(235,242,28); }

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

border-color css

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

 span { border-color: rgb(235,242,28); }

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