Html Css Color HEX #CBF81B Electric Lime

📋 copy color: '#CBF81B'

red 203 ◦ green 248 ◦ blue 27

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

Shades of Electric Lime #CBF81B

Tints of Electric Lime #CBF81B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.88%

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

R = 42.47%
G = 51.88%
B = 5.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#CBF81B (or 0xCBF81B) is known color: Electric Lime. HEX triplet: CB, F8 and 1B. RGB value is (203,248,27). Sum of RGB (Red+Green+Blue) = 203+248+27=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF81B is #3407E4. Grayscale: #D2D2D2. Windows color (decimal): -3409893 or 1833163. OLE color: 1833163.

HSL color Cylindrical-coordinate representation of color #CBF81B: hue angle of 72.22º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBF81B is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 248 27 -
CMYK 0.18 0 0.89 0.03
HSL 72.22º 0.94% 0.54% -
HSV(B) 72.22º 0.89% 0.97% -
XYZ 58.39 79.91 13.38 -
YUV 209.35 25.09 123.47 -
System Red Green Blue C M Y K H S L
Decimal 203 248 27 0.18 0 0.89 0.03 72.22 0.94 0.54
Hex CB F8 1B 12 0 59 3 48 5E 36
Octal 313 370 33 22 0 131 3 110 136 66
Binary 11001011 11111000 11011 10010 0 1011001 11 1001000 1011110 110110

Color Harmonies of #CBF81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF81B

Black with #CBF81B

Text Example


Text Example

White with #CBF81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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