Html Css Color HEX #CBF91B Electric Lime

📋 copy color: '#CBF91B'

red 203 ◦ green 249 ◦ blue 27

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

Shades of Electric Lime #CBF91B

Tints of Electric Lime #CBF91B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.98%

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

R = 42.38%
G = 51.98%
B = 5.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#CBF91B (or 0xCBF91B) is known color: Electric Lime. HEX triplet: CB, F9 and 1B. RGB value is (203,249,27). Sum of RGB (Red+Green+Blue) = 203+249+27=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF91B is #3406E4. Grayscale: #D2D2D2. Windows color (decimal): -3409637 or 1833419. OLE color: 1833419.

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

Color convert

RGB 203 249 27 -
CMYK 0.18 0 0.89 0.02
HSL 72.43º 0.95% 0.54% -
HSV(B) 72.43º 0.89% 0.98% -
XYZ 58.7 80.53 13.49 -
YUV 209.94 24.76 123.05 -
System Red Green Blue C M Y K H S L
Decimal 203 249 27 0.18 0 0.89 0.02 72.43 0.95 0.54
Hex CB F9 1B 12 0 59 2 48 5F 36
Octal 313 371 33 22 0 131 2 110 137 66
Binary 11001011 11111001 11011 10010 0 1011001 10 1001000 1011111 110110

Color Harmonies of #CBF91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF91B

Black with #CBF91B

Text Example


Text Example

White with #CBF91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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