Html Css Color HEX #CBFB1B Electric Lime

📋 copy color: '#CBFB1B'

red 203 ◦ green 251 ◦ blue 27

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

Shades of Electric Lime #CBFB1B

Tints of Electric Lime #CBFB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.61%

R = 42.2%
G = 52.18%
B = 5.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#CBFB1B (or 0xCBFB1B) is known color: Electric Lime. HEX triplet: CB, FB and 1B. RGB value is (203,251,27). Sum of RGB (Red+Green+Blue) = 203+251+27=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFB1B is #3404E4. Grayscale: #D3D3D3. Windows color (decimal): -3409125 or 1833931. OLE color: 1833931.

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

Color convert

RGB 203 251 27 -
CMYK 0.19 0 0.89 0.02
HSL 72.86º 0.97% 0.55% -
HSV(B) 72.86º 0.89% 0.98% -
XYZ 59.32 81.77 13.69 -
YUV 211.11 24.1 122.21 -
System Red Green Blue C M Y K H S L
Decimal 203 251 27 0.19 0 0.89 0.02 72.86 0.97 0.55
Hex CB FB 1B 13 0 59 2 49 61 37
Octal 313 373 33 23 0 131 2 111 141 67
Binary 11001011 11111011 11011 10011 0 1011001 10 1001001 1100001 110111

Color Harmonies of #CBFB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFB1B

Black with #CBFB1B

Text Example


Text Example

White with #CBFB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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