Html Css Color HEX #CBF71B Electric Lime

📋 copy color: '#CBF71B'

red 203 ◦ green 247 ◦ blue 27

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

Shades of Electric Lime #CBF71B

Tints of Electric Lime #CBF71B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.78%

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

R = 42.56%
G = 51.78%
B = 5.66%

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

#CBF71B (or 0xCBF71B) is known color: Electric Lime. HEX triplet: CB, F7 and 1B. RGB value is (203,247,27). Sum of RGB (Red+Green+Blue) = 203+247+27=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF71B is #3408E4. Grayscale: #D1D1D1. Windows color (decimal): -3410149 or 1832907. OLE color: 1832907.

HSL color Cylindrical-coordinate representation of color #CBF71B: hue angle of 72º degrees, saturation: 0.93, 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 #CBF71B is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 27 -
CMYK 0.18 0 0.89 0.03
HSL 72º 0.93% 0.54% -
HSV(B) 72º 0.89% 0.97% -
XYZ 58.09 79.3 13.28 -
YUV 208.76 25.42 123.89 -
System Red Green Blue C M Y K H S L
Decimal 203 247 27 0.18 0 0.89 0.03 72 0.93 0.54
Hex CB F7 1B 12 0 59 3 48 5D 36
Octal 313 367 33 22 0 131 3 110 135 66
Binary 11001011 11110111 11011 10010 0 1011001 11 1001000 1011101 110110

Color Harmonies of #CBF71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF71B

Black with #CBF71B

Text Example


Text Example

White with #CBF71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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