Html Css Color HEX #CBF70B Electric Lime

📋 copy color: '#CBF70B'

red 203 ◦ green 247 ◦ blue 11

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

Shades of Electric Lime #CBF70B

Tints of Electric Lime #CBF70B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.58%

 BLUE value IS 11 (4.69% from 255) = 2.39%

R = 44.03%
G = 53.58%
B = 2.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#CBF70B (or 0xCBF70B) is known color: Electric Lime. HEX triplet: CB, F7 and 0B. RGB value is (203,247,11). Sum of RGB (Red+Green+Blue) = 203+247+11=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF70B is #3408F4. Grayscale: #CFCFCF. Windows color (decimal): -3410165 or 784331. OLE color: 784331.

HSL color Cylindrical-coordinate representation of color #CBF70B: hue angle of 71.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBF70B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 11 -
CMYK 0.18 0 0.96 0.03
HSL 71.19º 0.94% 0.51% -
HSV(B) 71.19º 0.96% 0.97% -
XYZ 57.95 79.24 12.56 -
YUV 206.94 17.42 125.19 -
System Red Green Blue C M Y K H S L
Decimal 203 247 11 0.18 0 0.96 0.03 71.19 0.94 0.51
Hex CB F7 B 12 0 60 3 47 5E 33
Octal 313 367 13 22 0 140 3 107 136 63
Binary 11001011 11110111 1011 10010 0 1100000 11 1000111 1011110 110011

Color Harmonies of #CBF70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF70B

Black with #CBF70B

Text Example


Text Example

White with #CBF70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF70B; }

 p { color: rgb(203,247,11); }

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

background-color css

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

 a { background-color: rgb(203,247,11); }

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

border-color css

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

 span { border-color: rgb(203,247,11); }

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