Html Css Color HEX #CBF200 Electric Lime

📋 copy color: '#CBF200'

red 203 ◦ green 242 ◦ blue 0

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

Shades of Electric Lime #CBF200

Tints of Electric Lime #CBF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.38%

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

R = 45.62%
G = 54.38%
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

#CBF200 (or 0xCBF200) is known color: Electric Lime. HEX triplet: CB, F2 and 00. RGB value is (203,242,0). Sum of RGB (Red+Green+Blue) = 203+242+0=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF200 is #340DFF. Grayscale: #CBCBCB. Windows color (decimal): -3411456 or 62155. OLE color: 62155.

HSL color Cylindrical-coordinate representation of color #CBF200: hue angle of 69.67º 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 #CBF200 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 0 -
CMYK 0.16 0 1 0.05
HSL 69.67º 1% 0.47% -
HSV(B) 69.67º 1% 0.95% -
XYZ 56.38 76.2 11.74 -
YUV 202.75 13.58 128.18 -
System Red Green Blue C M Y K H S L
Decimal 203 242 0 0.16 0 1 0.05 69.67 1 0.47
Hex CB F2 0 10 0 64 5 46 64 2F
Octal 313 362 0 20 0 144 5 106 144 57
Binary 11001011 11110010 0 10000 0 1100100 101 1000110 1100100 101111

Color Harmonies of #CBF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF200

Black with #CBF200

Text Example


Text Example

White with #CBF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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