Html Css Color HEX #BDFC02 Electric Lime

📋 copy color: '#BDFC02'

red 189 ◦ green 252 ◦ blue 2

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

Shades of Electric Lime #BDFC02

Tints of Electric Lime #BDFC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 42.66%
G = 56.88%
B = 0.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#BDFC02 (or 0xBDFC02) is known color: Electric Lime. HEX triplet: BD, FC and 02. RGB value is (189,252,2). Sum of RGB (Red+Green+Blue) = 189+252+2=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC02 is #4203FD. Grayscale: #CDCDCD. Windows color (decimal): -4326398 or 195773. OLE color: 195773.

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

Color convert

RGB 189 252 2 -
CMYK 0.25 0 0.99 0.01
HSL 75.12º 0.98% 0.5% -
HSV(B) 75.12º 0.99% 0.99% -
XYZ 55.81 80.44 12.64 -
YUV 204.66 13.63 116.83 -
System Red Green Blue C M Y K H S L
Decimal 189 252 2 0.25 0 0.99 0.01 75.12 0.98 0.5
Hex BD FC 2 19 0 63 1 4B 62 32
Octal 275 374 2 31 0 143 1 113 142 62
Binary 10111101 11111100 10 11001 0 1100011 1 1001011 1100010 110010

Color Harmonies of #BDFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC02

Black with #BDFC02

Text Example


Text Example

White with #BDFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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