Html Css Color HEX #BDFC0B Electric Lime

📋 copy color: '#BDFC0B'

red 189 ◦ green 252 ◦ blue 11

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

Shades of Electric Lime #BDFC0B

Tints of Electric Lime #BDFC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 41.81%
G = 55.75%
B = 2.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BDFC0B (or 0xBDFC0B) is known color: Electric Lime. HEX triplet: BD, FC and 0B. RGB value is (189,252,11). Sum of RGB (Red+Green+Blue) = 189+252+11=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC0B is #4203F4. Grayscale: #CECECE. Windows color (decimal): -4326389 or 785597. OLE color: 785597.

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

Color convert

RGB 189 252 11 -
CMYK 0.25 0 0.96 0.01
HSL 75.68º 0.98% 0.52% -
HSV(B) 75.68º 0.96% 0.99% -
XYZ 55.86 80.46 12.9 -
YUV 205.69 18.13 116.1 -
System Red Green Blue C M Y K H S L
Decimal 189 252 11 0.25 0 0.96 0.01 75.68 0.98 0.52
Hex BD FC B 19 0 60 1 4C 62 34
Octal 275 374 13 31 0 140 1 114 142 64
Binary 10111101 11111100 1011 11001 0 1100000 1 1001100 1100010 110100

Color Harmonies of #BDFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC0B

Black with #BDFC0B

Text Example


Text Example

White with #BDFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC0B; }

 p { color: rgb(189,252,11); }

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

background-color css

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

 a { background-color: rgb(189,252,11); }

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

border-color css

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

 span { border-color: rgb(189,252,11); }

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