Html Css Color HEX #CBFD0B Electric Lime

📋 copy color: '#CBFD0B'

red 203 ◦ green 253 ◦ blue 11

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

Shades of Electric Lime #CBFD0B

Tints of Electric Lime #CBFD0B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.18%

 BLUE value IS 11 (4.69% from 255) = 2.36%

R = 43.47%
G = 54.18%
B = 2.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#CBFD0B (or 0xCBFD0B) is known color: Electric Lime. HEX triplet: CB, FD and 0B. RGB value is (203,253,11). Sum of RGB (Red+Green+Blue) = 203+253+11=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD0B is #3402F4. Grayscale: #D3D3D3. Windows color (decimal): -3408629 or 785867. OLE color: 785867.

HSL color Cylindrical-coordinate representation of color #CBFD0B: hue angle of 72.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBFD0B is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 253 11 -
CMYK 0.20 0 0.96 0.01
HSL 72.4º 0.98% 0.52% -
HSV(B) 72.4º 0.96% 0.99% -
XYZ 59.81 82.97 13.18 -
YUV 210.46 15.44 122.68 -
System Red Green Blue C M Y K H S L
Decimal 203 253 11 0.20 0 0.96 0.01 72.4 0.98 0.52
Hex CB FD B 14 0 60 1 48 62 34
Octal 313 375 13 24 0 140 1 110 142 64
Binary 11001011 11111101 1011 10100 0 1100000 1 1001000 1100010 110100

Color Harmonies of #CBFD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFD0B

Black with #CBFD0B

Text Example


Text Example

White with #CBFD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFD0B; }

 p { color: rgb(203,253,11); }

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

background-color css

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

 a { background-color: rgb(203,253,11); }

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

border-color css

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

 span { border-color: rgb(203,253,11); }

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