Html Css Color HEX #BDFD02 Electric Lime

📋 copy color: '#BDFD02'

red 189 ◦ green 253 ◦ blue 2

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

Shades of Electric Lime #BDFD02

Tints of Electric Lime #BDFD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.98%

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

R = 42.57%
G = 56.98%
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

#BDFD02 (or 0xBDFD02) is known color: Electric Lime. HEX triplet: BD, FD and 02. RGB value is (189,253,2). Sum of RGB (Red+Green+Blue) = 189+253+2=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD02 is #4202FD. Grayscale: #CECECE. Windows color (decimal): -4326142 or 196029. OLE color: 196029.

HSL color Cylindrical-coordinate representation of color #BDFD02: hue angle of 75.3º 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 #BDFD02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 2 -
CMYK 0.25 0 0.99 0.01
HSL 75.3º 0.98% 0.5% -
HSV(B) 75.3º 0.99% 0.99% -
XYZ 56.12 81.07 12.75 -
YUV 205.25 13.3 116.41 -
System Red Green Blue C M Y K H S L
Decimal 189 253 2 0.25 0 0.99 0.01 75.3 0.98 0.5
Hex BD FD 2 19 0 63 1 4B 62 32
Octal 275 375 2 31 0 143 1 113 142 62
Binary 10111101 11111101 10 11001 0 1100011 1 1001011 1100010 110010

Color Harmonies of #BDFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD02

Black with #BDFD02

Text Example


Text Example

White with #BDFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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