Html Css Color HEX #CBF610 Electric Lime

📋 copy color: '#CBF610'

red 203 ◦ green 246 ◦ blue 16

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

Shades of Electric Lime #CBF610

Tints of Electric Lime #CBF610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.44%

R = 43.66%
G = 52.9%
B = 3.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CBF610 (or 0xCBF610) is known color: Electric Lime. HEX triplet: CB, F6 and 10. RGB value is (203,246,16). Sum of RGB (Red+Green+Blue) = 203+246+16=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF610 is #3409EF. Grayscale: #CFCFCF. Windows color (decimal): -3410416 or 1111755. OLE color: 1111755.

HSL color Cylindrical-coordinate representation of color #CBF610: hue angle of 71.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF610 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 246 16 -
CMYK 0.17 0 0.93 0.04
HSL 71.22º 0.93% 0.51% -
HSV(B) 71.22º 0.93% 0.96% -
XYZ 57.68 78.65 12.63 -
YUV 206.92 20.25 125.2 -
System Red Green Blue C M Y K H S L
Decimal 203 246 16 0.17 0 0.93 0.04 71.22 0.93 0.51
Hex CB F6 10 11 0 5D 4 47 5D 33
Octal 313 366 20 21 0 135 4 107 135 63
Binary 11001011 11110110 10000 10001 0 1011101 100 1000111 1011101 110011

Color Harmonies of #CBF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF610

Black with #CBF610

Text Example


Text Example

White with #CBF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF610; }

 p { color: rgb(203,246,16); }

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

background-color css

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

 a { background-color: rgb(203,246,16); }

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

border-color css

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

 span { border-color: rgb(203,246,16); }

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