Html Css Color HEX #CBF61B Electric Lime

📋 copy color: '#CBF61B'

red 203 ◦ green 246 ◦ blue 27

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

Shades of Electric Lime #CBF61B

Tints of Electric Lime #CBF61B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.68%

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

R = 42.65%
G = 51.68%
B = 5.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#CBF61B (or 0xCBF61B) is known color: Electric Lime. HEX triplet: CB, F6 and 1B. RGB value is (203,246,27). Sum of RGB (Red+Green+Blue) = 203+246+27=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF61B is #3409E4. Grayscale: #D1D1D1. Windows color (decimal): -3410405 or 1832651. OLE color: 1832651.

HSL color Cylindrical-coordinate representation of color #CBF61B: hue angle of 71.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBF61B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 246 27 -
CMYK 0.17 0 0.89 0.04
HSL 71.78º 0.92% 0.54% -
HSV(B) 71.78º 0.89% 0.96% -
XYZ 57.78 78.69 13.18 -
YUV 208.18 25.75 124.31 -
System Red Green Blue C M Y K H S L
Decimal 203 246 27 0.17 0 0.89 0.04 71.78 0.92 0.54
Hex CB F6 1B 11 0 59 4 48 5C 36
Octal 313 366 33 21 0 131 4 110 134 66
Binary 11001011 11110110 11011 10001 0 1011001 100 1001000 1011100 110110

Color Harmonies of #CBF61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF61B

Black with #CBF61B

Text Example


Text Example

White with #CBF61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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