Html Css Color HEX #BDFF2E Green Yellow

📋 copy color: '#BDFF2E'

red 189 ◦ green 255 ◦ blue 46

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

Shades of Green Yellow #BDFF2E

Tints of Green Yellow #BDFF2E

RGB

 RED value IS 189 (74.22% from 255) = 38.57%

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

 BLUE value IS 46 (18.36% from 255) = 9.39%

R = 38.57%
G = 52.04%
B = 9.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#BDFF2E (or 0xBDFF2E) is known color: Green Yellow. HEX triplet: BD, FF and 2E. RGB value is (189,255,46). Sum of RGB (Red+Green+Blue) = 189+255+46=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF2E is #4200D1. Grayscale: #D4D4D4. Windows color (decimal): -4325586 or 3080125. OLE color: 3080125.

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

Color convert

RGB 189 255 46 -
CMYK 0.26 0 0.82 0
HSL 78.95º 1% 0.59% -
HSV(B) 78.95º 0.82% 1% -
XYZ 57.24 82.54 15.5 -
YUV 211.44 34.63 111.99 -
System Red Green Blue C M Y K H S L
Decimal 189 255 46 0.26 0 0.82 0 78.95 1 0.59
Hex BD FF 2E 1A 0 52 0 4F 64 3B
Octal 275 377 56 32 0 122 0 117 144 73
Binary 10111101 11111111 101110 11010 0 1010010 0 1001111 1100100 111011

Color Harmonies of #BDFF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF2E

Black with #BDFF2E

Text Example


Text Example

White with #BDFF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF2E; }

 p { color: rgb(189,255,46); }

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

background-color css

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

 a { background-color: rgb(189,255,46); }

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

border-color css

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

 span { border-color: rgb(189,255,46); }

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