Html Css Color HEX #CBF700 Electric Lime

📋 copy color: '#CBF700'

red 203 ◦ green 247 ◦ blue 0

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

Shades of Electric Lime #CBF700

Tints of Electric Lime #CBF700

RGB

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

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

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

R = 45.11%
G = 54.89%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#CBF700 (or 0xCBF700) is known color: Electric Lime. HEX triplet: CB, F7 and 00. RGB value is (203,247,0). Sum of RGB (Red+Green+Blue) = 203+247+0=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 247 (96.88% from 255 or 54.89% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF700 is #3408FF. Grayscale: #CECECE. Windows color (decimal): -3410176 or 63435. OLE color: 63435.

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

Color convert

RGB 203 247 0 -
CMYK 0.18 0 1 0.03
HSL 70.69º 1% 0.48% -
HSV(B) 70.69º 1% 0.97% -
XYZ 57.89 79.22 12.24 -
YUV 205.69 11.92 126.08 -
System Red Green Blue C M Y K H S L
Decimal 203 247 0 0.18 0 1 0.03 70.69 1 0.48
Hex CB F7 0 12 0 64 3 47 64 30
Octal 313 367 0 22 0 144 3 107 144 60
Binary 11001011 11110111 0 10010 0 1100100 11 1000111 1100100 110000

Color Harmonies of #CBF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF700

Black with #CBF700

Text Example


Text Example

White with #CBF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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