Html Css Color HEX #CBFE06 Electric Lime

📋 copy color: '#CBFE06'

red 203 ◦ green 254 ◦ blue 6

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

Shades of Electric Lime #CBFE06

Tints of Electric Lime #CBFE06

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.86%

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 43.84%
G = 54.86%
B = 1.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#CBFE06 (or 0xCBFE06) is known color: Electric Lime. HEX triplet: CB, FE and 06. RGB value is (203,254,6). Sum of RGB (Red+Green+Blue) = 203+254+6=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE06 is #3401F9. Grayscale: #D3D3D3. Windows color (decimal): -3408378 or 458443. OLE color: 458443.

HSL color Cylindrical-coordinate representation of color #CBFE06: hue angle of 72.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBFE06 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 254 6 -
CMYK 0.20 0 0.98 0.00
HSL 72.34º 0.99% 0.51% -
HSV(B) 72.34º 0.98% 1% -
XYZ 60.1 83.59 13.14 -
YUV 210.48 12.6 122.67 -
System Red Green Blue C M Y K H S L
Decimal 203 254 6 0.20 0 0.98 0.00 72.34 0.99 0.51
Hex CB FE 6 14 0 62 0 48 63 33
Octal 313 376 6 24 0 142 0 110 143 63
Binary 11001011 11111110 110 10100 0 1100010 0 1001000 1100011 110011

Color Harmonies of #CBFE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFE06

Black with #CBFE06

Text Example


Text Example

White with #CBFE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFE06; }

 p { color: rgb(203,254,6); }

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

background-color css

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

 a { background-color: rgb(203,254,6); }

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

border-color css

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

 span { border-color: rgb(203,254,6); }

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