Html Css Color HEX #BEFC2A Green Yellow

📋 copy color: '#BEFC2A'

red 190 ◦ green 252 ◦ blue 42

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

Shades of Green Yellow #BEFC2A

Tints of Green Yellow #BEFC2A

RGB

 RED value IS 190 (74.61% from 255) = 39.26%

 GREEN value IS 252 (98.83% from 255) = 52.07%

 BLUE value IS 42 (16.8% from 255) = 8.68%

R = 39.26%
G = 52.07%
B = 8.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#BEFC2A (or 0xBEFC2A) is known color: Green Yellow. HEX triplet: BE, FC and 2A. RGB value is (190,252,42). Sum of RGB (Red+Green+Blue) = 190+252+42=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFC2A is #4103D5. Grayscale: #D2D2D2. Windows color (decimal): -4260822 or 2817214. OLE color: 2817214.

HSL color Cylindrical-coordinate representation of color #BEFC2A: hue angle of 77.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEFC2A is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 42 -
CMYK 0.25 0 0.83 0.01
HSL 77.71º 0.97% 0.58% -
HSV(B) 77.71º 0.83% 0.99% -
XYZ 56.46 80.74 14.8 -
YUV 209.52 33.46 114.08 -
System Red Green Blue C M Y K H S L
Decimal 190 252 42 0.25 0 0.83 0.01 77.71 0.97 0.58
Hex BE FC 2A 19 0 53 1 4E 61 3A
Octal 276 374 52 31 0 123 1 116 141 72
Binary 10111110 11111100 101010 11001 0 1010011 1 1001110 1100001 111010

Color Harmonies of #BEFC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC2A

Black with #BEFC2A

Text Example


Text Example

White with #BEFC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC2A; }

 p { color: rgb(190,252,42); }

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

background-color css

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

 a { background-color: rgb(190,252,42); }

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

border-color css

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

 span { border-color: rgb(190,252,42); }

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