Html Css Color HEX #CBFE07 Electric Lime

📋 copy color: '#CBFE07'

red 203 ◦ green 254 ◦ blue 7

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

Shades of Electric Lime #CBFE07

Tints of Electric Lime #CBFE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 43.75%
G = 54.74%
B = 1.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#CBFE07 (or 0xCBFE07) is known color: Electric Lime. HEX triplet: CB, FE and 07. RGB value is (203,254,7). Sum of RGB (Red+Green+Blue) = 203+254+7=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFE07 is #3401F8. Grayscale: #D3D3D3. Windows color (decimal): -3408377 or 523979. OLE color: 523979.

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

Color convert

RGB 203 254 7 -
CMYK 0.20 0 0.97 0.00
HSL 72.39º 0.99% 0.51% -
HSV(B) 72.39º 0.97% 1% -
XYZ 60.11 83.6 13.17 -
YUV 210.59 13.1 122.58 -
System Red Green Blue C M Y K H S L
Decimal 203 254 7 0.20 0 0.97 0.00 72.39 0.99 0.51
Hex CB FE 7 14 0 61 0 48 63 33
Octal 313 376 7 24 0 141 0 110 143 63
Binary 11001011 11111110 111 10100 0 1100001 0 1001000 1100011 110011

Color Harmonies of #CBFE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFE07

Black with #CBFE07

Text Example


Text Example

White with #CBFE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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