Html Css Color HEX #EAF21E Lemon

📋 copy color: '#EAF21E'

red 234 ◦ green 242 ◦ blue 30

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

Shades of Lemon #EAF21E

Tints of Lemon #EAF21E

RGB

 RED value IS 234 (91.8% from 255) = 46.25%

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

 BLUE value IS 30 (12.11% from 255) = 5.93%

R = 46.25%
G = 47.83%
B = 5.93%

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

#EAF21E (or 0xEAF21E) is known color: Lemon. HEX triplet: EA, F2 and 1E. RGB value is (234,242,30). Sum of RGB (Red+Green+Blue) = 234+242+30=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF21E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF21E is #150DE1. Grayscale: #D8D8D8. Windows color (decimal): -1379810 or 2028266. OLE color: 2028266.

HSL color Cylindrical-coordinate representation of color #EAF21E: hue angle of 62.26º 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 #EAF21E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 30 -
CMYK 0.03 0 0.88 0.05
HSL 62.26º 0.89% 0.53% -
HSV(B) 62.26º 0.88% 0.95% -
XYZ 65.92 81.09 13.41 -
YUV 215.44 23.35 141.24 -
System Red Green Blue C M Y K H S L
Decimal 234 242 30 0.03 0 0.88 0.05 62.26 0.89 0.53
Hex EA F2 1E 3 0 58 5 3E 59 35
Octal 352 362 36 3 0 130 5 76 131 65
Binary 11101010 11110010 11110 11 0 1011000 101 111110 1011001 110101

Color Harmonies of #EAF21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF21E

Black with #EAF21E

Text Example


Text Example

White with #EAF21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF21E; }

 p { color: rgb(234,242,30); }

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

background-color css

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

 a { background-color: rgb(234,242,30); }

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

border-color css

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

 span { border-color: rgb(234,242,30); }

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