Html Css Color HEX #CBF108 Electric Lime

📋 copy color: '#CBF108'

red 203 ◦ green 241 ◦ blue 8

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

Shades of Electric Lime #CBF108

Tints of Electric Lime #CBF108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 44.91%
G = 53.32%
B = 1.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CBF108 (or 0xCBF108) is known color: Electric Lime. HEX triplet: CB, F1 and 08. RGB value is (203,241,8). Sum of RGB (Red+Green+Blue) = 203+241+8=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF108 is #340EF7. Grayscale: #CBCBCB. Windows color (decimal): -3411704 or 586187. OLE color: 586187.

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

Color convert

RGB 203 241 8 -
CMYK 0.16 0 0.97 0.05
HSL 69.79º 0.94% 0.49% -
HSV(B) 69.79º 0.97% 0.95% -
XYZ 56.13 75.62 11.87 -
YUV 203.08 17.91 127.95 -
System Red Green Blue C M Y K H S L
Decimal 203 241 8 0.16 0 0.97 0.05 69.79 0.94 0.49
Hex CB F1 8 10 0 61 5 46 5E 31
Octal 313 361 10 20 0 141 5 106 136 61
Binary 11001011 11110001 1000 10000 0 1100001 101 1000110 1011110 110001

Color Harmonies of #CBF108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF108

Black with #CBF108

Text Example


Text Example

White with #CBF108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF108; }

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

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

background-color css

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

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

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

border-color css

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

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

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