Html Css Color HEX #CBFB07 Electric Lime

📋 copy color: '#CBFB07'

red 203 ◦ green 251 ◦ blue 7

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

Shades of Electric Lime #CBFB07

Tints of Electric Lime #CBFB07

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.45%

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

R = 44.03%
G = 54.45%
B = 1.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CBFB07 (or 0xCBFB07) is known color: Electric Lime. HEX triplet: CB, FB and 07. RGB value is (203,251,7). Sum of RGB (Red+Green+Blue) = 203+251+7=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFB07 is #3404F8. Grayscale: #D1D1D1. Windows color (decimal): -3409145 or 523211. OLE color: 523211.

HSL color Cylindrical-coordinate representation of color #CBFB07: hue angle of 71.8º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBFB07 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 251 7 -
CMYK 0.19 0 0.97 0.02
HSL 71.8º 0.97% 0.51% -
HSV(B) 71.8º 0.97% 0.98% -
XYZ 59.16 81.71 12.85 -
YUV 208.83 14.1 123.84 -
System Red Green Blue C M Y K H S L
Decimal 203 251 7 0.19 0 0.97 0.02 71.8 0.97 0.51
Hex CB FB 7 13 0 61 2 48 61 33
Octal 313 373 7 23 0 141 2 110 141 63
Binary 11001011 11111011 111 10011 0 1100001 10 1001000 1100001 110011

Color Harmonies of #CBFB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFB07

Black with #CBFB07

Text Example


Text Example

White with #CBFB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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