Html Css Color HEX #BDFB07 Electric Lime

📋 copy color: '#BDFB07'

red 189 ◦ green 251 ◦ blue 7

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

Shades of Electric Lime #BDFB07

Tints of Electric Lime #BDFB07

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.15%

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

R = 42.28%
G = 56.15%
B = 1.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#BDFB07 (or 0xBDFB07) is known color: Electric Lime. HEX triplet: BD, FB and 07. RGB value is (189,251,7). Sum of RGB (Red+Green+Blue) = 189+251+7=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFB07 is #4204F8. Grayscale: #CDCDCD. Windows color (decimal): -4326649 or 523197. OLE color: 523197.

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

Color convert

RGB 189 251 7 -
CMYK 0.25 0 0.97 0.02
HSL 75.25º 0.97% 0.51% -
HSV(B) 75.25º 0.97% 0.98% -
XYZ 55.52 79.83 12.68 -
YUV 204.65 16.46 116.84 -
System Red Green Blue C M Y K H S L
Decimal 189 251 7 0.25 0 0.97 0.02 75.25 0.97 0.51
Hex BD FB 7 19 0 61 2 4B 61 33
Octal 275 373 7 31 0 141 2 113 141 63
Binary 10111101 11111011 111 11001 0 1100001 10 1001011 1100001 110011

Color Harmonies of #BDFB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB07

Black with #BDFB07

Text Example


Text Example

White with #BDFB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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