Html Css Color HEX #BBFC0D Electric Lime

📋 copy color: '#BBFC0D'

red 187 ◦ green 252 ◦ blue 13

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

Shades of Electric Lime #BBFC0D

Tints of Electric Lime #BBFC0D

RGB

 RED value IS 187 (73.44% from 255) = 41.37%

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

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 41.37%
G = 55.75%
B = 2.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#BBFC0D (or 0xBBFC0D) is known color: Electric Lime. HEX triplet: BB, FC and 0D. RGB value is (187,252,13). Sum of RGB (Red+Green+Blue) = 187+252+13=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC0D is #4403F2. Grayscale: #CECECE. Windows color (decimal): -4457459 or 916667. OLE color: 916667.

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

Color convert

RGB 187 252 13 -
CMYK 0.26 0 0.95 0.01
HSL 76.32º 0.98% 0.52% -
HSV(B) 76.32º 0.95% 0.99% -
XYZ 55.38 80.21 12.95 -
YUV 205.32 19.47 114.93 -
System Red Green Blue C M Y K H S L
Decimal 187 252 13 0.26 0 0.95 0.01 76.32 0.98 0.52
Hex BB FC D 1A 0 5F 1 4C 62 34
Octal 273 374 15 32 0 137 1 114 142 64
Binary 10111011 11111100 1101 11010 0 1011111 1 1001100 1100010 110100

Color Harmonies of #BBFC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC0D

Black with #BBFC0D

Text Example


Text Example

White with #BBFC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC0D; }

 p { color: rgb(187,252,13); }

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

background-color css

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

 a { background-color: rgb(187,252,13); }

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

border-color css

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

 span { border-color: rgb(187,252,13); }

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