Html Css Color HEX #CBF100 Electric Lime

📋 copy color: '#CBF100'

red 203 ◦ green 241 ◦ blue 0

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

Shades of Electric Lime #CBF100

Tints of Electric Lime #CBF100

RGB

 RED value IS 203 (79.69% from 255) = 45.72%

 GREEN value IS 241 (94.53% from 255) = 54.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.72%
G = 54.28%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#CBF100 (or 0xCBF100) is known color: Electric Lime. HEX triplet: CB, F1 and 00. RGB value is (203,241,0). Sum of RGB (Red+Green+Blue) = 203+241+0=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF100 is #340EFF. Grayscale: #CBCBCB. Windows color (decimal): -3411712 or 61899. OLE color: 61899.

HSL color Cylindrical-coordinate representation of color #CBF100: hue angle of 69.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBF100 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 0 -
CMYK 0.16 0 1 0.05
HSL 69.46º 1% 0.47% -
HSV(B) 69.46º 1% 0.95% -
XYZ 56.08 75.61 11.64 -
YUV 202.16 13.91 128.6 -
System Red Green Blue C M Y K H S L
Decimal 203 241 0 0.16 0 1 0.05 69.46 1 0.47
Hex CB F1 0 10 0 64 5 45 64 2F
Octal 313 361 0 20 0 144 5 105 144 57
Binary 11001011 11110001 0 10000 0 1100100 101 1000101 1100100 101111

Color Harmonies of #CBF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF100

Black with #CBF100

Text Example


Text Example

White with #CBF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF100; }

 p { color: rgb(203,241,0); }

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

background-color css

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

 a { background-color: rgb(203,241,0); }

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

border-color css

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

 span { border-color: rgb(203,241,0); }

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