Html Css Color HEX #BDFC07 Electric Lime

📋 copy color: '#BDFC07'

red 189 ◦ green 252 ◦ blue 7

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

Shades of Electric Lime #BDFC07

Tints of Electric Lime #BDFC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 42.19%
G = 56.25%
B = 1.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#BDFC07 (or 0xBDFC07) is known color: Electric Lime. HEX triplet: BD, FC and 07. RGB value is (189,252,7). Sum of RGB (Red+Green+Blue) = 189+252+7=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC07 is #4203F8. Grayscale: #CECECE. Windows color (decimal): -4326393 or 523453. OLE color: 523453.

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

Color convert

RGB 189 252 7 -
CMYK 0.25 0 0.97 0.01
HSL 75.43º 0.98% 0.51% -
HSV(B) 75.43º 0.97% 0.99% -
XYZ 55.84 80.45 12.79 -
YUV 205.23 16.13 116.42 -
System Red Green Blue C M Y K H S L
Decimal 189 252 7 0.25 0 0.97 0.01 75.43 0.98 0.51
Hex BD FC 7 19 0 61 1 4B 62 33
Octal 275 374 7 31 0 141 1 113 142 63
Binary 10111101 11111100 111 11001 0 1100001 1 1001011 1100010 110011

Color Harmonies of #BDFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC07

Black with #BDFC07

Text Example


Text Example

White with #BDFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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