Html Css Color HEX #BDF602 Electric Lime

📋 copy color: '#BDF602'

red 189 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #BDF602

Tints of Electric Lime #BDF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.29%

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

R = 43.25%
G = 56.29%
B = 0.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#BDF602 (or 0xBDF602) is known color: Electric Lime. HEX triplet: BD, F6 and 02. RGB value is (189,246,2). Sum of RGB (Red+Green+Blue) = 189+246+2=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF602 is #4209FD. Grayscale: #CACACA. Windows color (decimal): -4327934 or 194237. OLE color: 194237.

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

Color convert

RGB 189 246 2 -
CMYK 0.23 0 0.99 0.04
HSL 74.02º 0.98% 0.49% -
HSV(B) 74.02º 0.99% 0.96% -
XYZ 53.95 76.73 12.03 -
YUV 201.14 15.62 119.34 -
System Red Green Blue C M Y K H S L
Decimal 189 246 2 0.23 0 0.99 0.04 74.02 0.98 0.49
Hex BD F6 2 17 0 63 4 4A 62 31
Octal 275 366 2 27 0 143 4 112 142 61
Binary 10111101 11110110 10 10111 0 1100011 100 1001010 1100010 110001

Color Harmonies of #BDF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF602

Black with #BDF602

Text Example


Text Example

White with #BDF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF602; }

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

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

background-color css

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

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

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

border-color css

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

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

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