Html Css Color HEX #E2FA40 Starship

📋 copy color: '#E2FA40'

red 226 ◦ green 250 ◦ blue 64

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

Shades of Starship #E2FA40

Tints of Starship #E2FA40

RGB

 RED value IS 226 (88.67% from 255) = 41.85%

 GREEN value IS 250 (98.05% from 255) = 46.3%

 BLUE value IS 64 (25.39% from 255) = 11.85%

R = 41.85%
G = 46.3%
B = 11.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#E2FA40 (or 0xE2FA40) is known color: Starship. HEX triplet: E2, FA and 40. RGB value is (226,250,64). Sum of RGB (Red+Green+Blue) = 226+250+64=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 64 (25.39% from 255 or 11.85% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA40 is #1D05BF. Grayscale: #DEDEDE. Windows color (decimal): -1902016 or 4258530. OLE color: 4258530.

HSL color Cylindrical-coordinate representation of color #E2FA40: hue angle of 67.74º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2FA40 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 250 64 -
CMYK 0.10 0 0.74 0.02
HSL 67.74º 0.95% 0.62% -
HSV(B) 67.74º 0.74% 0.98% -
XYZ 66.48 84.91 17.74 -
YUV 221.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 226 250 64 0.10 0 0.74 0.02 67.74 0.95 0.62
Hex E2 FA 40 A 0 4A 2 44 5F 3E
Octal 342 372 100 12 0 112 2 104 137 76
Binary 11100010 11111010 1000000 1010 0 1001010 10 1000100 1011111 111110

Color Harmonies of #E2FA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA40

Black with #E2FA40

Text Example


Text Example

White with #E2FA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA40; }

 p { color: rgb(226,250,64); }

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

background-color css

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

 a { background-color: rgb(226,250,64); }

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

border-color css

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

 span { border-color: rgb(226,250,64); }

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